Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
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)"
}