UserProfileUserSettingsCanvasAppSettingsIdentityProviderOauthSetting class

Constructors

UserProfileUserSettingsCanvasAppSettingsIdentityProviderOauthSetting({Input<String?>? dataSourceName, required Input<String> secretArn, Input<String?>? status})
Creates a new UserProfileUserSettingsCanvasAppSettingsIdentityProviderOauthSetting. dataSourceName 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. secretArn 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. status Describes whether OAuth for a data source is enabled or disabled in the Canvas application. Valid values are ENABLED and DISABLED.
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 SalesforceGenie and Snowflake.
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 ENABLED and DISABLED.
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