classificationResult 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 result of a classification operation from the Microsoft Classification Engine. Data classification results from Azure Information Protection, Office, and other Microsoft services may return a well-defined set of classification types. These types can be provided to the evaluateClassificationResults API to resolve a sensitive information to a Microsoft Information Protection label.
Properties
Property | Type | Description |
---|---|---|
confidenceLevel | Int32 | The confidence level, 0 to 100, of the result. |
count | Int32 | The number of instances of the specific information type in the input. |
sensitiveTypeId | GUID | The GUID of the discovered sensitive information type. |
JSON representation
The following is a JSON representation of the resource.
{
"confidenceLevel": 1024,
"count": 1024,
"sensitiveTypeId": "Guid"
}
Feedback
Submit and view feedback for