Skip to content

PoliciesProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ram;
new PoliciesProperty {
    object PolicyDocument,
    object PolicyName,
    object Description = null,
    object IgnoreExisting = null
};

Properties

Name Type Description
PolicyDocument object No description.
PolicyName object No description.
Description object No description.
IgnoreExisting object No description.

PolicyDocumentRequired

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

PolicyNameRequired

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

DescriptionOptional

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

IgnoreExistingOptional

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