UserProfileUserSettingsCanvasAppSettingsIdentityProviderOauthSettingArgs

data class UserProfileUserSettingsCanvasAppSettingsIdentityProviderOauthSettingArgs(val dataSourceName: Output<String>? = null, val secretArn: Output<String>, val status: Output<String>? = null) : ConvertibleToJava<UserProfileUserSettingsCanvasAppSettingsIdentityProviderOauthSettingArgs>

Constructors

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

Properties

Link copied to clipboard
val dataSourceName: Output<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
val secretArn: Output<String>

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: Output<String>? = null

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

Functions

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