subjectRightsRequestEnumeratedMailboxLocation resource type

Namespace: microsoft.graph

Represents the properties for a subject rights request that defines specific mailboxes (Exchange mailboxes and individual or group Microsoft Teams chats) as a search location.

Inherits from subjectRightsRequestMailboxLocation.

Properties

Property Type Description
userPrincipalNames String collection Collection of mailboxes that should be included in the search. Includes the user principal name (UPN) of each mailbox, for example, Monica.Thompson@contoso.com.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.subjectRightsRequestEnumeratedMailboxLocation",
  "userPrincipalNames": ["String"]
}