dataDiscoveryReport 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 the resources available for generating cloud app discovery report.

Inherits from entity.

Methods

Method Return type Description
List uploaded streams microsoft.graph.security.cloudAppDiscoveryReport collection Get visibility into all the manually uploaded streams from your firewalls and proxies.

Properties

Property Type Description
id String The stream ID. Inherited from entity.

Relationships

Relationship Type Description
uploadedStreams microsoft.graph.security.cloudAppDiscoveryReport collection A collection of streams available for generating cloud discovery report.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.dataDiscoveryReport",
  "id": "String (identifier)"
}