{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.subjectRightsRequestEnumeratedMailboxLocation",
"title": "microsoft.graph.subjectRightsRequestEnumeratedMailboxLocation",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.subjectRightsRequestMailboxLocation"
},
{
"title": "subjectRightsRequestEnumeratedMailboxLocation",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"userPrincipalNames": {
"type": "array",
"items": {
"type": "string",
"nullable": true
},
"description": "Collection of mailboxes that should be included in the search. Includes the user principal name (UPN) of each mailbox, for example, [email protected]."
},
"@odata.type": {
"type": "string",
"default": "#microsoft.graph.subjectRightsRequestEnumeratedMailboxLocation"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.subjectRightsRequestEnumeratedMailboxLocation"
}