Google Workspace · JSON Structure

Admin Sdk Directory Org Unit Structure

Type: object Properties: 9
CalendarCollaborationEmailProductivityStorageVideo Conferencing

OrgUnit is a JSON Structure definition published by Google Workspace, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

kind etag name description orgUnitPath orgUnitId parentOrgUnitPath parentOrgUnitId blockInheritance

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "OrgUnit",
  "type": "object",
  "properties": {
    "kind": {
      "type": "string"
    },
    "etag": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "orgUnitPath": {
      "type": "string"
    },
    "orgUnitId": {
      "type": "string"
    },
    "parentOrgUnitPath": {
      "type": "string"
    },
    "parentOrgUnitId": {
      "type": "string"
    },
    "blockInheritance": {
      "type": "boolean"
    }
  }
}