Class GetKeyVersionsVersionResult
Inheritance
System.Object
GetKeyVersionsVersionResult
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 GetKeyVersionsVersionResult
Fields
View SourceCreationDate
Date and time when the key version was created (UTC time).
Declaration
public readonly string CreationDate
Field Value
| Type | Description |
|---|---|
| System.String |
Id
ID of the KMS KeyVersion resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
KeyId
The id of kms key.
Declaration
public readonly string KeyId
Field Value
| Type | Description |
|---|---|
| System.String |
KeyVersionId
ID of the key version.
Declaration
public readonly string KeyVersionId
Field Value
| Type | Description |
|---|---|
| System.String |