ConnectorProfileCredentialsArgs

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
constructor(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)

Properties

Link copied to clipboard

The connector-specific credentials required when using Amplitude.

Link copied to clipboard

The connector-specific profile credentials that are required when using the custom connector.

Link copied to clipboard

The connector-specific credentials required when using Datadog.

Link copied to clipboard

The connector-specific credentials required when using Dynatrace.

Link copied to clipboard

The connector-specific credentials required when using Google Analytics.

Link copied to clipboard

The connector-specific credentials required when using Infor Nexus.

Link copied to clipboard

The connector-specific credentials required when using Marketo.

Link copied to clipboard

The connector-specific credentials required when using Salesforce Pardot.

Link copied to clipboard

The connector-specific credentials required when using Amazon Redshift.

Link copied to clipboard

The connector-specific credentials required when using Salesforce.

Link copied to clipboard

The connector-specific profile credentials required when using SAPOData.

Link copied to clipboard

The connector-specific credentials required when using ServiceNow.

Link copied to clipboard

The connector-specific credentials required when using Singular.

Link copied to clipboard

The connector-specific credentials required when using Slack.

Link copied to clipboard

The connector-specific credentials required when using Snowflake.

Link copied to clipboard

The connector-specific credentials required when using Trend Micro.

Link copied to clipboard

The connector-specific credentials required when using Veeva.

Link copied to clipboard

The connector-specific credentials required when using Zendesk.

Functions

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