ConnectionProfileSalesforceProfileUserCredentialsArgs

data class ConnectionProfileSalesforceProfileUserCredentialsArgs(val password: Output<String>? = null, val secretManagerStoredPassword: Output<String>? = null, val secretManagerStoredSecurityToken: Output<String>? = null, val securityToken: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<ConnectionProfileSalesforceProfileUserCredentialsArgs>

Constructors

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

Properties

Link copied to clipboard
val password: Output<String>? = null

Password of the user.

Link copied to clipboard
val secretManagerStoredPassword: Output<String>? = null

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: Output<String>? = null

Security token of the user.

Link copied to clipboard
val username: Output<String>? = null

Username to use for authentication.

Functions

Link copied to clipboard
open override fun toJava(): ConnectionProfileSalesforceProfileUserCredentialsArgs