informationProtection 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.
Exposes methods that you can use to get Microsoft Purview Information Protection labels and label policies.
Methods
Method | Return type | Description |
---|---|---|
Get informationProtectionPolicySetting | microsoft.graph.security.informationProtectionPolicySetting collection | Read the properties and relationships of an informationProtectionPolicySetting object. |
List sensitivityLabels | microsoft.graph.security.sensitivityLabel collection | Get a list of sensitivityLabel objects associated with a user or organization. |
Properties
None.
Relationships
Relationship | Type | Description |
---|---|---|
labelPolicySettings | microsoft.graph.security.informationProtectionPolicySetting | Read the Microsoft Purview Information Protection policy settings for the user or organization. |
sensitivityLabels | microsoft.graph.security.sensitivityLabel collection | Read the Microsoft Purview Information Protection labels for the user or organization. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.informationProtection"
}