GoogleApi.Connectors.V1.Model.AuthConfigTemplate (google_api_connectors v0.2.0) View Source
AuthConfigTemplate defines required field over an authentication type.
Attributes
-
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 anAuthConfig
for aConnection
.
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.AuthConfigTemplate{ authType: String.t() | nil, configVariableTemplates: [GoogleApi.Connectors.V1.Model.ConfigVariableTemplate.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.