Show / Hide Table of Contents

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 Source

CreationDate

Date and time when the key version was created (UTC time).

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

Id

ID of the KMS KeyVersion resource.

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

KeyId

The id of kms key.

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

KeyVersionId

ID of the key version.

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