ConnectorProfilePardotConnectorProfilePropertiesArgs

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

Constructors

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

Properties

Link copied to clipboard
val businessUnitId: Output<String>

The Business unit id of Salesforce Pardot instance to be connected

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

The location of the Salesforce Pardot resource

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

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

Functions

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