GoogleDriveStoragePolicies_1_0_0
GoogleDriveStoragePolicies_1_0_0 Document
Connector-specific storage gateway policies for the Google Drive connector
Name |
Type |
Description |
DATA_TYPE |
string |
Type of this document |
auth_callback |
string |
URL of the auth callback that must be registered on the Google API console for the application client_id in order to process Google credentials. |
client_id |
string |
Client ID registered with the Google Application console to access Google Drive. [Private] |
secret |
string |
Secret created to access access Google Drive with the client_id in this policy. [Private] |
user_api_rate_quota |
integer |
User API Rate quota associated with this client ID[Private] |
{
"DATA_TYPE": "google_drive_storage_policies#1.0.0",
"auth_callback": "string",
"client_id": "string",
"secret": "string",
"user_api_rate_quota": 0
}