Google Workspace · JSON Structure

Admin Sdk Directory Group Structure

Type: object Properties: 10
CalendarCollaborationEmailProductivityStorageVideo Conferencing

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

Properties

kind id etag email name description adminCreated directMembersCount aliases nonEditableAliases

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Group",
  "type": "object",
  "properties": {
    "kind": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "etag": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "adminCreated": {
      "type": "boolean"
    },
    "directMembersCount": {
      "type": "string"
    },
    "aliases": {
      "type": "array"
    },
    "nonEditableAliases": {
      "type": "array"
    }
  }
}