Scope
Determines the OAuth scopes that the application requests from Snowflake. Setting appropriate scopes defines the permissions that the application will be granted during the OAuth authorization process.
Data Type
string
Default Value
""
Remarks
By default, the connector will request authorization for all available scopes. To restrict permissions, you can specify this property as a space-separated list of desired OAuth scopes, allowing for more granular control over access permissions.
For example, to request only read and write access to user data, you might set the value of this property as:
"read_data write_data"If you only need to read user profile information, you might use:
"read_profile"