Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 2.09 KB

File metadata and controls

58 lines (45 loc) · 2.09 KB
title classificationResult resource type (deprecated)
description Represents the result of a classification request. Deprecated.
ms.localizationpriority medium
author tommoser
ms.subservice security
doc_type resourcePageType
ms.date 07/22/2024

classificationResult resource type (deprecated)

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE informationprotection-deprecate]

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 Purview 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 JSON representation shows the resource type.

{
  "confidenceLevel": 1024,
  "count": 1024,
  "sensitiveTypeId": "Guid"
}