View Source GoogleApi.DeveloperConnect.V1.Model.OAuthCredential (google_api_developer_connect v0.5.0)

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DeveloperConnect.V1.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.