Scope
The scope used for the OAuth flow to access data from the Application.
Possible Values
NONE, AllSites.Manage, AllSites.Read, AllSites.Write, .defaultData Type
string
Default Value
"NONE"
Remarks
The scope used for the OAuth flow to access data from the Application.
Note: If not specified or left to 'NONE', the adapter sets the default scope dependant upon OAuthGrantType. Defaults to 'AllSites.Manage' unless using JWT OAuth, Azure Service Principal, or CLIENT grant type. The available values are:
- AllSites.Read: Enables reading custom lists
- AllSites.Write: Enables reading & writing custom lists
- AllSites.Manage: Enables reading, writing and creating custom lists
- .default: Requests application permissions without a user context. All the application permissions that have been granted for that web API are included in the retrieved OAuthAccessToken.