View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaServiceAccountCredentials (google_api_integrations v0.4.0)

Represents the service account which can be used to generate access token for authenticating the service call.

Attributes

  • scope (type: String.t, default: nil) - A space-delimited list of requested scope permissions.
  • serviceAccount (type: String.t, default: nil) - Name of the service account that has the permission to make the request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaServiceAccountCredentials{
    scope: String.t() | nil,
    serviceAccount: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.