Class GetKMSSecretCiphertextArgs
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 GetKMSSecretCiphertextArgs : InvokeArgs
Constructors
View SourceGetKMSSecretCiphertextArgs()
Declaration
public GetKMSSecretCiphertextArgs()
Properties
View SourceCryptoKey
The id of the CryptoKey that will be used to
encrypt the provided plaintext. This is represented by the format
{projectId}/{location}/{keyRingName}/{cryptoKeyName}.
Declaration
public string CryptoKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Plaintext
The plaintext to be encrypted
Declaration
public string Plaintext { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |