Class Secret (0.6.0)

Secret(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Holds encrypted information that is only decrypted and stored in RAM by the worker VM when running the pipeline.

Attributes

NameDescription
key_name str
The name of the Cloud KMS key that will be used to decrypt the secret value. The VM service account must have the required permissions and authentication scopes to invoke the ``decrypt`` method on the specified key.
cipher_text str
The value of the cipherText response from the ``encrypt`` method. This field is intentionally unaudited.

Inheritance

builtins.object > proto.message.Message > Secret