Show / Hide Table of Contents

Class GetPoliciesPolicyResult

Inheritance
System.Object
GetPoliciesPolicyResult
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.Ram.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetPoliciesPolicyResult

Fields

View Source

AttachmentCount

Attachment count of the policy.

Declaration
public readonly int AttachmentCount
Field Value
Type Description
System.Int32
View Source

CreateDate

Creation date of the policy.

Declaration
public readonly string CreateDate
Field Value
Type Description
System.String
View Source

DefaultVersion

Default version of the policy.

Declaration
public readonly string DefaultVersion
Field Value
Type Description
System.String
View Source

Description

Description of the policy.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Document

Policy document of the policy.

Declaration
public readonly string Document
Field Value
Type Description
System.String
View Source

Name

Name of the policy.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Type

Filter results by a specific policy type. Valid values are Custom and System.

Declaration
public readonly string Type
Field Value
Type Description
System.String
View Source

UpdateDate

Update date of the policy.

Declaration
public readonly string UpdateDate
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.