google_api_identity_toolkit v0.2.0 GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartyDownloadAccountRequest View Source

Request to download user account in batch.

Attributes

  • delegatedProjectNumber (type: String.t, default: nil) - GCP project number of the requesting delegated app. Currently only intended for Firebase V1 migration.
  • maxResults (type: integer(), default: nil) - The max number of results to return in the response.
  • nextPageToken (type: String.t, default: nil) - The token for the next page. This should be taken from the previous response.
  • targetProjectId (type: String.t, default: nil) - Specify which project (field value is actually project id) to operate. Only used when provided credential.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() ::
  %GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartyDownloadAccountRequest{
    delegatedProjectNumber: String.t(),
    maxResults: integer(),
    nextPageToken: String.t(),
    targetProjectId: String.t()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.