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

Represents an OAuth token of the account that authorized the Connection, and associated metadata.

Attributes

  • oauthTokenSecretVersion (type: String.t, default: nil) - A SecretManager resource containing the OAuth token that authorizes the Cloud Build connection. Format: projects/*/secrets/*/versions/*.
  • username (type: String.t, default: nil) - Output only. The username associated to this token.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V2.Model.OAuthCredential{
  oauthTokenSecretVersion: String.t() | nil,
  username: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.