Show / Hide Table of Contents

Class GetKMSCryptoKeyVersionArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetKMSCryptoKeyVersionArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetKMSCryptoKeyVersionArgs()

Declaration
public GetKMSCryptoKeyVersionArgs()

Properties

View Source

CryptoKey

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
View Source

Version

The version number for this CryptoKeyVersion. Defaults to 1.

Declaration
public int? Version { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.