Connector Profile Pardot Connector Profile Credentials Args
data class ConnectorProfilePardotConnectorProfileCredentialsArgs(val accessToken: Output<String>? = null, val clientCredentialsArn: Output<String>? = null, val connectorOAuthRequest: Output<ConnectorProfileConnectorOAuthRequestArgs>? = null, val refreshToken: Output<String>? = null) : ConvertibleToJava<ConnectorProfilePardotConnectorProfileCredentialsArgs>
Constructors
Link copied to clipboard
fun ConnectorProfilePardotConnectorProfileCredentialsArgs(accessToken: Output<String>? = null, clientCredentialsArn: Output<String>? = null, connectorOAuthRequest: Output<ConnectorProfileConnectorOAuthRequestArgs>? = null, refreshToken: Output<String>? = null)