Show / Hide Table of Contents

Class GetKeysKeyResult

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

Fields

View Source

Arn

The Alibaba Cloud Resource Name (ARN) of the key.

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

CreationDate

Creation date of key.

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

Creator

The owner of the key.

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

DeleteDate

Deletion date of key.

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

Description

Description of the key.

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

Id

ID of the key.

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

Status

Filter the results by status of the KMS keys. Valid values: Enabled, Disabled, PendingDeletion.

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