Show / Hide Table of Contents

Class GetKMSCryptoKeyVersionResult

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

Fields

View Source

Algorithm

The CryptoKeyVersionAlgorithm that this CryptoKeyVersion supports.

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

CryptoKey

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

Id

The provider-assigned unique ID for this managed resource.

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

ProtectionLevel

The ProtectionLevel describing how crypto operations are performed with this CryptoKeyVersion. See the protection_level reference for possible outputs.

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

PublicKey

If the enclosing CryptoKey has purpose ASYMMETRIC_SIGN or ASYMMETRIC_DECRYPT, this block contains details about the public key associated to this CryptoKeyVersion. Structure is documented below.

Declaration
public readonly GetKMSCryptoKeyVersionPublicKeyResult PublicKey
Field Value
Type Description
GetKMSCryptoKeyVersionPublicKeyResult
View Source

State

The current state of the CryptoKeyVersion. See the state reference for possible outputs.

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

Version

Declaration
public readonly int? Version
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.