GoogleApi.Transcoder.V1.Model.SecretManagerSource (google_api_transcoder v0.4.2)
View SourceConfiguration for secrets stored in Google Secret Manager.
Attributes
-
secretVersion
(type:String.t
, default:nil
) - Required. The name of the Secret Version containing the encryption key in the following format:projects/{project}/secrets/{secret_id}/versions/{version_number}
Note that only numbered versions are supported. Aliases like "latest" are not supported.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Transcoder.V1.Model.SecretManagerSource{ secretVersion: String.t() | nil }