View Source GoogleApi.Connectors.V1.Model.AuthConfigTemplate (google_api_connectors v0.7.0)

AuthConfigTemplate defines required field over an authentication type.

Attributes

  • authKey (type: String.t, default: nil) - Identifier key for auth config
  • authType (type: String.t, default: nil) - The type of authentication configured.
  • configVariableTemplates (type: list(GoogleApi.Connectors.V1.Model.ConfigVariableTemplate.t), default: nil) - Config variables to describe an AuthConfig for a Connection.
  • description (type: String.t, default: nil) - Connector specific description for an authentication template.
  • displayName (type: String.t, default: nil) - Display name for authentication template.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.AuthConfigTemplate{
  authKey: String.t() | nil,
  authType: String.t() | nil,
  configVariableTemplates:
    [GoogleApi.Connectors.V1.Model.ConfigVariableTemplate.t()] | nil,
  description: String.t() | nil,
  displayName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.