Edit

Share via


tenantDataSecurityAndGovernance 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 entry point for data security and governance features applicable across the entire tenant.

Inherits from dataSecurityAndGovernance.

Methods

Method Return Type Description
Process content async processContentResponses collection Process a batch of content entries asynchronously against data protection policies.

Properties

Property Type Description
id String The unique ID of the data security and governance stream. Inherited from dataSecurityAndGovernance.

Relationships

Relationship Type Description
protectionScopes tenantProtectionScopeContainer Container for actions related to computing tenant-wide data protection scopes.

JSON representation

The following JSON representation shows the resource type.

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