Show / Hide Table of Contents

Class GetKMSCryptoKeyArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetKMSCryptoKeyArgs
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 GetKMSCryptoKeyArgs : InvokeArgs

Constructors

View Source

GetKMSCryptoKeyArgs()

Declaration
public GetKMSCryptoKeyArgs()

Properties

View Source

KeyRing

The self_link of the Google Cloud Platform KeyRing to which the key belongs.

Declaration
public string KeyRing { get; set; }
Property Value
Type Description
System.String
View Source

Name

The CryptoKey's name. A CryptoKey’s name belonging to the specified Google Cloud Platform KeyRing and match the regular expression [a-zA-Z0-9_-]{1,63}

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.