Global Policy – Google Integration
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
JSON Table
Attribute | Data Type | Description |
---|---|---|
policyCreatedAtLocId | Not supported. | |
policyType | String | Specifies the type of policy. The applicable value over here is GOOGLE_EDU_INTEGRATION_POLICY. |
integrationConfigs | application/json | Wrapper which includes all the authorization data and status of the policy. |
configId | int | Configuration ID. It is always 0. |
filename | String | Name of the client authorization file for Google Edu. |
adminEmail | String | Email address of the admin for which authorization data is provided. |
lastSyncTime | long | Last google edu server sync time. |
lastSyncStatus | String | Last google edu server sync status. |
lastSyncErrorMessage | int | Error message received during the last sync operation. |
Copy Sample JSON
Sample JSON
{ "policyCreatedAtLocId": null, "policyType": "GOOGLE_EDU_INTEGRATION_POLICY", "integrationConfigs": [{ "configId": 0, "filename": "DipakT-e2367ed0b6e5.json", "adminEmail": "[email protected]", "lastSyncTime": 1552891809991, "lastSyncStatus": "ERROR", "lastSyncErrorMessage": "6" }] }
API Calls
/V5/globalpolicies/googleintegration/{isDefault}
/V5/globalpolicies/googleintegration