GoogleApi.CloudBuild.V2.Model.SecretVolumeSource (google_api_cloud_build v0.54.0)

View Source

Secret Volume Source.

Attributes

  • secretName (type: String.t, default: nil) - Name of the secret referenced by the WorkspaceBinding.
  • secretVersion (type: String.t, default: nil) - Optional. Resource name of the SecretVersion. In format: projects//secrets//versions/*

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CloudBuild.V2.Model.SecretVolumeSource{
  secretName: String.t() | nil,
  secretVersion: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.