Class GetKMSSecretArgs
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 GetKMSSecretArgs : InvokeArgs
Constructors
View SourceGetKMSSecretArgs()
Declaration
public GetKMSSecretArgs()
Properties
View SourceAdditionalAuthenticatedData
The additional authenticated data used for integrity checks during encryption and decryption.
Declaration
public string AdditionalAuthenticatedData { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Ciphertext
The ciphertext to be decrypted, encoded in base64
Declaration
public string Ciphertext { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
CryptoKey
The id of the CryptoKey that will be used to
decrypt the provided ciphertext. This is represented by the format
{projectId}/{location}/{keyRingName}/{cryptoKeyName}.
Declaration
public string CryptoKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |