dataDiscoveryRoot resource type
Namespace: microsoft.graph.security
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 data discovery entities such as IP addresses, devices, and users who access a cloud app.
Inherits from entity.
Methods
None.
Properties
Property | Type | Description |
---|---|---|
id | String | The unique ID of the discovery stream. Inherited from entity. |
Relationships
Relationship | Type | Description |
---|---|---|
cloudAppDiscovery | microsoft.graph.security.dataDiscoveryReport | The available entities are IP addresses, devices, and users who access a cloud app. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.dataDiscoveryRoot",
"id": "String (identifier)"
}