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

Represents a personal access token that authorized the Connection, and associated metadata.

Attributes

  • userTokenSecretVersion (type: String.t, default: nil) - Required. A SecretManager resource containing the user token that authorizes the Developer Connect 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.UserCredential{
  userTokenSecretVersion: String.t() | nil,
  username: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.