View Source GoogleApi.CloudBuild.V2.Model.SecretVolumeSource (google_api_cloud_build v0.50.1)

Secret Volume Source.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.