GoogleApi.Datastream.V1.Model.UserCredentials (google_api_datastream v0.10.0)
View SourceUsername-password credentials.
Attributes
-
password
(type:String.t
, default:nil
) - Optional. Password for the Salesforce connection. Mutually exclusive with thesecret_manager_stored_password
field. -
secretManagerStoredPassword
(type:String.t
, default:nil
) - Optional. A reference to a Secret Manager resource name storing the Salesforce connection's password. Mutually exclusive with thepassword
field. -
secretManagerStoredSecurityToken
(type:String.t
, default:nil
) - Optional. A reference to a Secret Manager resource name storing the Salesforce connection's security token. Mutually exclusive with thesecurity_token
field. -
securityToken
(type:String.t
, default:nil
) - Optional. Security token for the Salesforce connection. Mutually exclusive with thesecret_manager_stored_security_token
field. -
username
(type:String.t
, default:nil
) - Required. Username for the Salesforce connection.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.