View Source GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1AuthConfigUserPassword (google_api_integrations v0.10.0)
Parameters to support Username and Password Authentication.
Attributes
-
password(type:GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1Secret.t, default:nil) - Secret version reference containing the password. -
username(type:String.t, default:nil) - Username.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1AuthConfigUserPassword{ password: GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1Secret.t() | nil, username: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.