{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.engagementIdentitySet", "title": "microsoft.graph.engagementIdentitySet", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.identitySet" }, { "title": "engagementIdentitySet", "required": [ "@odata.type" ], "type": "object", "properties": { "audience": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.identity" }, { "type": "object", "nullable": true } ], "description": "Optional. The audience associated with this action." }, "group": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.identity" }, { "type": "object", "nullable": true } ], "description": "Optional. The group associated with this action." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.engagementIdentitySet" } }, "description": "The Viva Engage identities." } ], "x-ms-discriminator-value": "#microsoft.graph.engagementIdentitySet" }