Scope
Space-separated list of Domino REST API data-access permissions, each prefixed with your Application ID URI.
Data Type
string
Default Value
"api://dominorest/$DECRYPT api://dominorest/MAIL api://dominorest/$DATA"
Remarks
Scopes are set to define what kind of access the authenticating user will have; for example, read, read and write, restricted access to sensitive information. System administrators can use scopes to selectively enable access by functionality or security clearance.
When InitiateOAuth is set to GETANDREFRESH, you must use this property if you want to change which scopes are requested.
When InitiateOAuth is set to either REFRESH or OFF, you can change which scopes are requested using either this property or the Scope input.
You can find your Application ID URI on your Azure application's Expose an API page. See Domino's Scope Documentation for more information about he available scopes.