Skip to content

PolicyDocumentProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ram;
new PolicyDocumentProperty {
    object Statement,
    object Version
};

Properties

Name Type Description
Statement object No description.
Version object No description.

StatementRequired

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

VersionRequired

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