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