GoogleApi.Connectors.V1.Model.AuthConfig (google_api_connectors v0.2.0) View Source

AuthConfig defines details of a authentication type.

Attributes

  • additionalVariables (type: list(GoogleApi.Connectors.V1.Model.ConfigVariable.t), default: nil) - List containing additional auth configs.
  • authType (type: String.t, default: nil) - The type of authentication configured.
  • oauth2ClientCredentials (type: GoogleApi.Connectors.V1.Model.Oauth2ClientCredentials.t, default: nil) - Oauth2ClientCredentials.
  • oauth2JwtBearer (type: GoogleApi.Connectors.V1.Model.Oauth2JwtBearer.t, default: nil) - Oauth2JwtBearer.
  • userPassword (type: GoogleApi.Connectors.V1.Model.UserPassword.t, default: nil) - UserPassword.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Connectors.V1.Model.AuthConfig{
  additionalVariables: [GoogleApi.Connectors.V1.Model.ConfigVariable.t()] | nil,
  authType: String.t() | nil,
  oauth2ClientCredentials:
    GoogleApi.Connectors.V1.Model.Oauth2ClientCredentials.t() | nil,
  oauth2JwtBearer: GoogleApi.Connectors.V1.Model.Oauth2JwtBearer.t() | nil,
  userPassword: GoogleApi.Connectors.V1.Model.UserPassword.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.