Edit

Share via


userDataSecurityAndGovernance resource type

Namespace: microsoft.graph

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

Relationships

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

JSON representation

The following JSON representation shows the resource type.

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