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 SourceArn
The Alibaba Cloud Resource Name (ARN) of the key.
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
CreationDate
Creation date of key.
Declaration
public readonly string CreationDate
Field Value
| Type | Description |
|---|---|
| System.String |
Creator
The owner of the key.
Declaration
public readonly string Creator
Field Value
| Type | Description |
|---|---|
| System.String |
DeleteDate
Deletion date of key.
Declaration
public readonly string DeleteDate
Field Value
| Type | Description |
|---|---|
| System.String |
Description
Description of the key.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Id
ID of the key.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
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 |