UserProfileUserSettingsCanvasAppSettingsIdentityProviderOauthSetting class
Constructors
-
UserProfileUserSettingsCanvasAppSettingsIdentityProviderOauthSetting({Input<
String?> ? dataSourceName, required Input<String> secretArn, Input<String?> ? status}) -
Creates a new UserProfileUserSettingsCanvasAppSettingsIdentityProviderOauthSetting.
dataSourceNameThe name of the data source that you're connecting to. Canvas currently supports OAuth for Snowflake and Salesforce Data Cloud. Valid values areSalesforceGenieandSnowflake.secretArnThe 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.statusDescribes whether OAuth for a data source is enabled or disabled in the Canvas application. Valid values areENABLEDandDISABLED.const -
UserProfileUserSettingsCanvasAppSettingsIdentityProviderOauthSetting.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
dataSourceName
→ Input<
String?> ? -
The name of the data source that you're connecting to. Canvas currently supports OAuth for Snowflake and Salesforce Data Cloud. Valid values are
SalesforceGenieandSnowflake.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
secretArn
→ Input<
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.
final
-
status
→ Input<
String?> ? -
Describes whether OAuth for a data source is enabled or disabled in the Canvas application. Valid values are
ENABLEDandDISABLED.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited