View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaOidcToken (google_api_integrations v0.12.1)

OIDC Token

Attributes

  • audience (type: String.t, default: nil) - Audience to be used when generating OIDC token. The audience claim identifies the recipients that the JWT is intended for.
  • serviceAccountEmail (type: String.t, default: nil) - The service account email to be used as the identity for the token.
  • token (type: String.t, default: nil) - ID token obtained for the service account
  • tokenExpireTime (type: DateTime.t, default: nil) - The approximate time until the token retrieved is valid.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaOidcToken{
  audience: String.t() | nil,
  serviceAccountEmail: String.t() | nil,
  token: String.t() | nil,
  tokenExpireTime: DateTime.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.