ConnectorProfileSalesforceConnectorProfilePropertiesArgs

data class ConnectorProfileSalesforceConnectorProfilePropertiesArgs(val instanceUrl: Output<String>? = null, val isSandboxEnvironment: Output<Boolean>? = null, val usePrivateLinkForMetadataAndAuthorization: Output<Boolean>? = null) : ConvertibleToJava<ConnectorProfileSalesforceConnectorProfilePropertiesArgs>

Constructors

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

Properties

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

The location of the Salesforce resource

Link copied to clipboard
val isSandboxEnvironment: Output<Boolean>? = null

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

Indicates whether to make Metadata And Authorization calls over Pivate Network

Functions

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