GoogleApi.CloudBuild.V1.Model.Secrets (google_api_cloud_build v0.34.0) View Source
Secrets and secret environment variables.
Attributes
-
inline
(type:list(GoogleApi.CloudBuild.V1.Model.InlineSecret.t)
, default:nil
) - Secrets encrypted with KMS key and the associated secret environment variable. -
secretManager
(type:list(GoogleApi.CloudBuild.V1.Model.SecretManagerSecret.t)
, default:nil
) - Secrets in Secret Manager and associated secret environment variable.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudBuild.V1.Model.Secrets{ inline: [GoogleApi.CloudBuild.V1.Model.InlineSecret.t()] | nil, secretManager: [GoogleApi.CloudBuild.V1.Model.SecretManagerSecret.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.