ConnectionProfileSalesforceProfileOauth2ClientCredentials

data class ConnectionProfileSalesforceProfileOauth2ClientCredentials(val clientId: String? = null, val clientSecret: String? = null, val secretManagerStoredClientSecret: String? = null)

Constructors

constructor(clientId: String? = null, clientSecret: String? = null, secretManagerStoredClientSecret: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clientId: String? = null

Client ID to use for authentication.

Link copied to clipboard
val clientSecret: String? = null

Client secret to use for authentication.

Link copied to clipboard

A reference to a Secret Manager resource name storing the client secret.