google_api_cloud_build v0.4.0 GoogleApi.CloudBuild.V1.Model.Secret View Source

Pairs a set of secret environment variables containing encrypted values with the Cloud KMS key to use to decrypt the value.

Attributes

  • kmsKeyName (String.t): Cloud KMS key name to use to decrypt these envs. Defaults to: null.
  • secretEnv (%{optional(String.t) => binary()}): Map of environment variable name to its encrypted value. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step. Values can be at most 64 KB in size. There can be at most 100 secret values across all of a build's secrets. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.CloudBuild.V1.Model.Secret{
  kmsKeyName: any(),
  secretEnv: map()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.