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

AuthSchema defines the schema of an authentication type.

Attributes

  • authFields (type: list(GoogleApi.Connectors.V1.Model.AuthField.t), default: nil) - List of AuthFields.
  • authKey (type: String.t, default: nil) - Auth key of the schema.
  • authType (type: String.t, default: nil) - Auth type of the schema.
  • description (type: String.t, default: nil) - Description of the schema.
  • displayName (type: String.t, default: nil) - Display name of the schema.
  • isDefault (type: boolean(), default: nil) - Whether the auth schema is the default one.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.AuthSchema{
  authFields: [GoogleApi.Connectors.V1.Model.AuthField.t()] | nil,
  authKey: String.t() | nil,
  authType: String.t() | nil,
  description: String.t() | nil,
  displayName: String.t() | nil,
  isDefault: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.