Skip to content

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.

PolicyIdRequired

public object PolicyId { get; set; }
  • Type: object

Property policyId: PolicyId.


TargetIdRequired

public object TargetId { get; set; }
  • Type: object

Property targetId: TargetId.