View Source GoogleApi.BigQueryConnection.V1.Model.ConnectorConfigurationUsernamePassword (google_api_big_query_connection v0.12.1)
Username and Password authentication.
Attributes
-
password
(type:GoogleApi.BigQueryConnection.V1.Model.ConnectorConfigurationSecret.t
, default:nil
) - Required. Password. -
username
(type:String.t
, default:nil
) - Required. Username.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigQueryConnection.V1.Model.ConnectorConfigurationUsernamePassword{ password: GoogleApi.BigQueryConnection.V1.Model.ConnectorConfigurationSecret.t() | nil, username: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.