subjectRightsRequestEnumeratedSiteLocation 资源类型

命名空间:microsoft.graph

表示主题权限请求的属性,该请求将 SharePoint 网站、OneDrive for Business 网站和Microsoft Teams 频道 (特定网站) 定义为搜索位置。

继承自 subjectRightsRequestSiteLocation

属性

属性 类型 说明
urls 字符串集合 应包含的网站 URL 的集合。 包括每个网站的 URL, https://www.contoso.com/site1例如 。

关系

无。

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.subjectRightsRequestEnumeratedSiteLocation",
  "urls": ["String"]
}