Class GetKMSCryptoKeyVersionArgs
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 GetKMSCryptoKeyVersionArgs : InvokeArgs
Constructors
View SourceGetKMSCryptoKeyVersionArgs()
Declaration
public GetKMSCryptoKeyVersionArgs()
Properties
View SourceCryptoKey
The self_link of the Google Cloud Platform CryptoKey to which the key version belongs.
Declaration
public string CryptoKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Version
The version number for this CryptoKeyVersion. Defaults to 1.
Declaration
public int? Version { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |