View Source GoogleApi.BackupDR.V1.Model.WorkforceIdentityBasedOAuth2ClientID (google_api_backup_dr v0.12.0)

OAuth Client ID depending on the Workforce Identity i.e. either 1p or 3p,

Attributes

  • firstPartyOauth2ClientId (type: String.t, default: nil) - Output only. First party OAuth Client ID for Google Identities.
  • thirdPartyOauth2ClientId (type: String.t, default: nil) - Output only. Third party OAuth Client ID for External Identity Providers.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BackupDR.V1.Model.WorkforceIdentityBasedOAuth2ClientID{
  firstPartyOauth2ClientId: String.t() | nil,
  thirdPartyOauth2ClientId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.