View Source GoogleApi.Connectors.V1.Model.AuthObject (google_api_connectors v0.17.0)
AuthObject defines a JSON schema of an authentication type.
Attributes
-
additionalProperties
(type:boolean()
, default:nil
) - Whether the object has additional properties. -
authKey
(type:String.t
, default:nil
) - Auth key of the object. -
authType
(type:String.t
, default:nil
) - Auth type of the object. -
description
(type:String.t
, default:nil
) - Description of the object. -
isDefault
(type:boolean()
, default:nil
) - Whether the object is the default one. -
properties
(type:%{optional(String.t) => GoogleApi.Connectors.V1.Model.AuthProperty.t}
, default:nil
) - Properties of the object. -
type
(type:String.t
, default:nil
) - Type of the object.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Connectors.V1.Model.AuthObject{ additionalProperties: boolean() | nil, authKey: String.t() | nil, authType: String.t() | nil, description: String.t() | nil, isDefault: boolean() | nil, properties: %{optional(String.t()) => GoogleApi.Connectors.V1.Model.AuthProperty.t()} | nil, type: String.t() | nil }