{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.externalConnectors.externalGroup", "title": "microsoft.graph.externalConnectors.externalGroup", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "externalGroup", "required": [ "@odata.type" ], "type": "object", "properties": { "description": { "type": "string", "description": "The description of the external group. Optional.", "nullable": true }, "displayName": { "type": "string", "description": "The friendly name of the external group. Optional.", "nullable": true }, "members": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.externalConnectors.identity" }, "description": "A member added to an externalGroup. You can add Microsoft Entra users, Microsoft Entra groups, or an externalGroup as members.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.externalConnectors.externalGroup" }