Edit

Share via


userDataSecurityAndGovernance 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.

Provides access to data security and governance functionalities specifically scoped to the context of a single user.

Inherits from dataSecurityAndGovernance.

Methods

Method Return Type Description
Compute protection scopes policyUserScope collection Compute the protection scopes for this user.
Process content processContentResponse Process content against data security and governance policies in the context of this user.

Properties

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

Relationships

Relationship Type Description
activities microsoft.graph.activitiesContainer Container for activity logs (content processing and audit) related to this user. ContainsTarget: true.

JSON representation

The following JSON representation shows the resource type.

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