View Source GoogleApi.Connectors.V1.Model.JsonAuthSchema (google_api_connectors v0.14.0)

JsonAuthSchema defines the JSON schema of all authentication types.

Attributes

  • $schema (type: String.t, default: nil) - JSON schema of the AuthSchemas.
  • oneOf (type: list(GoogleApi.Connectors.V1.Model.AuthObject.t), default: nil) - List of AuthObjects.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.JsonAuthSchema{
  "$schema": String.t() | nil,
  oneOf: [GoogleApi.Connectors.V1.Model.AuthObject.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.