ControlPolicyAttachmentProps
Properties for defining a ControlPolicyAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-resourcemanager-controlpolicyattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Resourcemanager;
new ControlPolicyAttachmentProps {
object PolicyId,
object TargetId
};
Properties
Name | Type | Description |
---|---|---|
PolicyId |
object |
Property policyId: PolicyId. |
TargetId |
object |
Property targetId: TargetId. |
PolicyId
Required
public object PolicyId { get; set; }
- Type: object
Property policyId: PolicyId.
TargetId
Required
public object TargetId { get; set; }
- Type: object
Property targetId: TargetId.