Skip to content

ControlPolicyProps

Properties for defining a ControlPolicy.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-resourcemanager-controlpolicy

Initializer

using AlibabaCloud.SDK.ROS.CDK.Resourcemanager;
new ControlPolicyProps {
    object ControlPolicyName,
    object EffectScope,
    object PolicyDocument,
    object Description = null
};

Properties

Name Type Description
ControlPolicyName object Property controlPolicyName: PolicyName.
EffectScope object Property effectScope: EffectScope.
PolicyDocument object Property policyDocument: PolicyDocument.
Description object Property description: Description.

ControlPolicyNameRequired

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

Property controlPolicyName: PolicyName.


EffectScopeRequired

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

Property effectScope: EffectScope.


PolicyDocumentRequired

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

Property policyDocument: PolicyDocument.


DescriptionOptional

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

Property description: Description.