Class GetKMSCryptoKeyArgs
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 GetKMSCryptoKeyArgs : InvokeArgs
Constructors
View SourceGetKMSCryptoKeyArgs()
Declaration
public GetKMSCryptoKeyArgs()
Properties
View SourceKeyRing
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 |
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 |