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_passwordfield. -
secretManagerStoredPassword(type:String.t, default:nil) - Optional. A reference to a Secret Manager resource name storing the Salesforce connection's password. Mutually exclusive with thepasswordfield. -
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_tokenfield. -
securityToken(type:String.t, default:nil) - Optional. Security token for the Salesforce connection. Mutually exclusive with thesecret_manager_stored_security_tokenfield. -
username(type:String.t, default:nil) - Required. Username for the Salesforce connection.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.