ConnectionProfileSalesforceProfileUserCredentials

data class ConnectionProfileSalesforceProfileUserCredentials(val password: String? = null, val secretManagerStoredPassword: String? = null, val secretManagerStoredSecurityToken: String? = null, val securityToken: String? = null, val username: String? = null)

Constructors

constructor(password: String? = null, secretManagerStoredPassword: String? = null, secretManagerStoredSecurityToken: String? = null, securityToken: String? = null, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val password: String? = null

Password of the user.

Link copied to clipboard

A reference to a Secret Manager resource name storing the user's password.

Link copied to clipboard

A reference to a Secret Manager resource name storing the user's security token. The oauth2_client_credentials block supports:

Link copied to clipboard
val securityToken: String? = null

Security token of the user.

Link copied to clipboard
val username: String? = null

Username to use for authentication.