subjectRightsRequestEnumeratedMailboxLocation 资源类型

命名空间:microsoft.graph

表示主题权限请求的属性,该请求将特定邮箱 (Exchange 邮箱和个人或组Microsoft Teams 聊天) 定义为搜索位置。

继承自 subjectRightsRequestMailboxLocation

属性

属性 类型 说明
userPrincipalNames 字符串集合 应包含在搜索中的邮箱的集合。 包括每个邮箱 (UPN) 的用户主体名称, Monica.Thompson@contoso.com例如 。

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

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