Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "organizationUnits": [
- {
- "kind": "admin#directory#orgUnit",
- "name": "subOrgA",
- "description": "Sub organization A",
- "orgUnitPath": "/subOrgA",
- "parentOrgUnitPath": "/",
- "blockInheritance": false
- },
- {
- "kind": "admin#directory#orgUnit",
- "name": "SubOrgB",
- "description": "Sub Organization B",
- "orgUnitPath": "/SubOrgB",
- "parentOrgUnitPath": "/",
- "blockInheritance": false
- },
- {
- "kind": "admin#directory#orgUnit",
- "name": "SubOrgAA",
- "description": "Sub organization A under another sub organization A",
- "orgUnitPath": "/subOrgA/SubOrgAA",
- "parentOrgUnitPath": "/subOrgA",
- "blockInheritance": false
- },
- {
- "kind": "admin#directory#orgUnit",
- "name": "AdminOrg",
- "description": "Organization for admins",
- "orgUnitPath": "/AdminOrg",
- "parentOrgUnitPath": "/",
- "blockInheritance": false
- }
- ]
Advertisement
Add Comment
Please, Sign In to add comment