SSIS Components for Snowflake

Build 25.0.9434

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.

データ型

string

デフォルト値

""

解説

By default, the 本製品 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"

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434