UserProfileUserSettingsCanvasAppSettingsIdentityProviderOauthSetting

data class UserProfileUserSettingsCanvasAppSettingsIdentityProviderOauthSetting(val dataSourceName: String? = null, val secretArn: String, val status: String? = null)

Constructors

constructor(dataSourceName: String? = null, secretArn: String, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataSourceName: String? = null

The name of the data source that you're connecting to. Canvas currently supports OAuth for Snowflake and Salesforce Data Cloud. Valid values are SalesforceGenie and Snowflake.

Link copied to clipboard

The ARN of an Amazon Web Services Secrets Manager secret that stores the credentials from your identity provider, such as the client ID and secret, authorization URL, and token URL.

Link copied to clipboard
val status: String? = null

Describes whether OAuth for a data source is enabled or disabled in the Canvas application. Valid values are ENABLED and DISABLED.