subjectRightsRequestEnumeratedSiteLocation resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents the properties for a subject rights request that defines specific sites (SharePoint sites, OneDrive for Business sites, and Microsoft Teams channels) as a search location.
Inherits from subjectRightsRequestSiteLocation.
Properties
Property | Type | Description |
---|---|---|
urls | String collection | Collection of site URLs that should be included. Includes the URL of each site, for example, https://www.contoso.com/site1 . |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.subjectRightsRequestEnumeratedSiteLocation",
"urls": [
"String"
]
}