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

View Source

Security configuration.

Attributes

  • privilegeMode (type: String.t, default: nil) - Optional. Privilege mode.
  • serviceAccount (type: String.t, default: nil) - IAM service account whose credentials will be used at runtime.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CloudBuild.V2.Model.Security{
  privilegeMode: String.t() | nil,
  serviceAccount: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.