ConnectorProfileSalesforceConnectorProfileProperties

data class ConnectorProfileSalesforceConnectorProfileProperties(val instanceUrl: String? = null, val isSandboxEnvironment: Boolean? = null, val usePrivateLinkForMetadataAndAuthorization: Boolean? = null)

Constructors

constructor(instanceUrl: String? = null, isSandboxEnvironment: Boolean? = null, usePrivateLinkForMetadataAndAuthorization: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val instanceUrl: String? = null

The location of the Salesforce resource

Link copied to clipboard

Indicates whether the connector profile applies to a sandbox or production environment

Indicates whether to make Metadata And Authorization calls over Pivate Network