Show / Hide Table of Contents

Class GetKMSSecretCiphertext

Inheritance
System.Object
GetKMSSecretCiphertext
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 static class GetKMSSecretCiphertext

Methods

View Source

InvokeAsync(GetKMSSecretCiphertextArgs, InvokeOptions)

!> Warning: This data source is deprecated. Use the gcp.kms.SecretCiphertext resource instead.

This data source allows you to encrypt data with Google Cloud KMS and use the ciphertext within your resource definitions.

For more information see the official documentation.

NOTE: Using this data source will allow you to conceal secret data within your resource definitions, but it does not take care of protecting that data in the logging output, plan output, or state output. Please take care to secure your secret data outside of resource definitions.

{{% examples %}} {{% /examples %}}

Declaration
public static Task<GetKMSSecretCiphertextResult> InvokeAsync(GetKMSSecretCiphertextArgs args, InvokeOptions options = null)
Parameters
Type Name Description
GetKMSSecretCiphertextArgs args
InvokeOptions options
Returns
Type Description
System.Threading.Tasks.Task<GetKMSSecretCiphertextResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.