Class PolicyState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.ResourceManager
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class PolicyState : ResourceArgs
Constructors
View SourcePolicyState()
Declaration
public PolicyState()
Properties
View SourceCreateDate
The time when the policy was created.
Declaration
public Input<string> CreateDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DefaultVersion
The version of the policy. Default to v1.
Declaration
public Input<string> DefaultVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
The description of the policy. The description must be 1 to 1,024 characters in length.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PolicyDocument
The content of the policy. The content must be 1 to 2,048 characters in length.
Declaration
public Input<string> PolicyDocument { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PolicyName
The name of the policy. name must be 1 to 128 characters in length and can contain letters, digits, and hyphens (-).
Declaration
public Input<string> PolicyName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PolicyType
The type of the policy. Valid values: Custom, System.
Declaration
public Input<string> PolicyType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |