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

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.