Connector Profile Credentials Args
data class ConnectorProfileCredentialsArgs(val amplitude: Output<ConnectorProfileAmplitudeConnectorProfileCredentialsArgs>? = null, val customConnector: Output<ConnectorProfileCustomConnectorProfileCredentialsArgs>? = null, val datadog: Output<ConnectorProfileDatadogConnectorProfileCredentialsArgs>? = null, val dynatrace: Output<ConnectorProfileDynatraceConnectorProfileCredentialsArgs>? = null, val googleAnalytics: Output<ConnectorProfileGoogleAnalyticsConnectorProfileCredentialsArgs>? = null, val inforNexus: Output<ConnectorProfileInforNexusConnectorProfileCredentialsArgs>? = null, val marketo: Output<ConnectorProfileMarketoConnectorProfileCredentialsArgs>? = null, val pardot: Output<ConnectorProfilePardotConnectorProfileCredentialsArgs>? = null, val redshift: Output<ConnectorProfileRedshiftConnectorProfileCredentialsArgs>? = null, val salesforce: Output<ConnectorProfileSalesforceConnectorProfileCredentialsArgs>? = null, val sapoData: Output<ConnectorProfileSapoDataConnectorProfileCredentialsArgs>? = null, val serviceNow: Output<ConnectorProfileServiceNowConnectorProfileCredentialsArgs>? = null, val singular: Output<ConnectorProfileSingularConnectorProfileCredentialsArgs>? = null, val slack: Output<ConnectorProfileSlackConnectorProfileCredentialsArgs>? = null, val snowflake: Output<ConnectorProfileSnowflakeConnectorProfileCredentialsArgs>? = null, val trendmicro: Output<ConnectorProfileTrendmicroConnectorProfileCredentialsArgs>? = null, val veeva: Output<ConnectorProfileVeevaConnectorProfileCredentialsArgs>? = null, val zendesk: Output<ConnectorProfileZendeskConnectorProfileCredentialsArgs>? = null) : ConvertibleToJava<ConnectorProfileCredentialsArgs>
Connector specific configuration needed to create connector profile based on Authentication mechanism
Constructors
Link copied to clipboard
fun ConnectorProfileCredentialsArgs(amplitude: Output<ConnectorProfileAmplitudeConnectorProfileCredentialsArgs>? = null, customConnector: Output<ConnectorProfileCustomConnectorProfileCredentialsArgs>? = null, datadog: Output<ConnectorProfileDatadogConnectorProfileCredentialsArgs>? = null, dynatrace: Output<ConnectorProfileDynatraceConnectorProfileCredentialsArgs>? = null, googleAnalytics: Output<ConnectorProfileGoogleAnalyticsConnectorProfileCredentialsArgs>? = null, inforNexus: Output<ConnectorProfileInforNexusConnectorProfileCredentialsArgs>? = null, marketo: Output<ConnectorProfileMarketoConnectorProfileCredentialsArgs>? = null, pardot: Output<ConnectorProfilePardotConnectorProfileCredentialsArgs>? = null, redshift: Output<ConnectorProfileRedshiftConnectorProfileCredentialsArgs>? = null, salesforce: Output<ConnectorProfileSalesforceConnectorProfileCredentialsArgs>? = null, sapoData: Output<ConnectorProfileSapoDataConnectorProfileCredentialsArgs>? = null, serviceNow: Output<ConnectorProfileServiceNowConnectorProfileCredentialsArgs>? = null, singular: Output<ConnectorProfileSingularConnectorProfileCredentialsArgs>? = null, slack: Output<ConnectorProfileSlackConnectorProfileCredentialsArgs>? = null, snowflake: Output<ConnectorProfileSnowflakeConnectorProfileCredentialsArgs>? = null, trendmicro: Output<ConnectorProfileTrendmicroConnectorProfileCredentialsArgs>? = null, veeva: Output<ConnectorProfileVeevaConnectorProfileCredentialsArgs>? = null, zendesk: Output<ConnectorProfileZendeskConnectorProfileCredentialsArgs>? = null)