OneDriveStoragePolicies_1_1_0
OneDriveStoragePolicies_1_1_0 Document
Connector-specific storage gateway policies for the OneDrive connector
Name |
Type |
Description |
DATA_TYPE |
string |
Type of this document |
allow_any_account |
boolean |
If true, allow users to access personal or external Microsoft accounts. If false (the default), users must use the Microsoft account which matches the username their Globus credential maps to. |
auth_callback |
string |
URL of the auth callback that must be registered on the Microsoft API console for the application client_id in order to process Microsoft credentials. |
client_id |
string |
Client ID registered with the Azure console to access OneDrive[Private] |
secret |
string |
Secret created in the Azure console to access OneDrive with the client_id in this policy. [Private] |
tenant |
string |
Tenant ID of the Microsoft organization. Required when Supported Account Types of the Azure application is set to Single tenant. [Private] |
user_api_rate_limit |
integer |
User API Rate Limit associated with this client ID in operations per second per user. [Private] |
{
"DATA_TYPE": "onedrive_storage_policies#1.1.0",
"allow_any_account": true,
"auth_callback": "string",
"client_id": "string",
"secret": "string",
"tenant": "string",
"user_api_rate_limit": 0
}