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
constructor(accessToken: Output<String>? = null, clientCredentialsArn: Output<String>? = null, connectorOAuthRequest: Output<ConnectorProfileConnectorOAuthRequestArgs>? = null, refreshToken: Output<String>? = null)
Properties
Link copied to clipboard
The credentials used to access protected resources.
Link copied to clipboard
The client credentials to fetch access token and refresh token.
Link copied to clipboard
The oauth needed to request security tokens from the connector endpoint.
Link copied to clipboard
The credentials used to acquire new access tokens.