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 SourceAlgorithm
The CryptoKeyVersionAlgorithm that this CryptoKeyVersion supports.
Declaration
public readonly string Algorithm
Field Value
| Type | Description |
|---|---|
| System.String |
CryptoKey
Declaration
public readonly string CryptoKey
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
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 |
Version
Declaration
public readonly int? Version
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |