View Source GoogleApi.BackupDR.V1.Model.WorkforceIdentityBasedManagementURI (google_api_backup_dr v0.2.0)

ManagementURI depending on the Workforce Identity i.e. either 1p or 3p.

Attributes

  • firstPartyManagementUri (type: String.t, default: nil) - Output only. First party Management URI for Google Identities.
  • thirdPartyManagementUri (type: String.t, default: nil) - Output only. Third party Management URI for External Identity Providers.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BackupDR.V1.Model.WorkforceIdentityBasedManagementURI{
  firstPartyManagementUri: String.t() | nil,
  thirdPartyManagementUri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.