Skip to content

Latest commit

 

History

History
67 lines (54 loc) · 3.1 KB

File metadata and controls

67 lines (54 loc) · 3.1 KB
title labelDetails resource type
description Represents the label details of an information protection label.
ms.localizationpriority medium
author tommoser
ms.subservice security
doc_type resourcePageType
ms.date 07/22/2024

labelDetails resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the label details of an information protection label. labelDetails provides information about a single information protection label. Inherits from the parentLabelDetails. Can be returned by evaluateRemoval, evaluateApplication, and extractLabel

Properties

Property Type Description
color String The color that the user interface should display for the label, if configured.
description String The admin-defined description for the label.
id String The label ID is a globally unique identifier (GUID).
isActive Boolean Indicates whether the label is active or not. Active labels should be hidden or disabled in user interfaces.
name String The plaintext name of the label.
sensitivity Int32 The sensitivity value of the label, where lower is less sensitive.
tooltip String The tooltip that should be displayed for the label in a user interface.
parent parentLabelDetails The parent label associated with a child label.

JSON representation

The following JSON representation shows the resource type.

{
  "color": "String",
  "description": "String",
  "id": "String",
  "isActive": true,
  "name": "String",
  "sensitivity": 1024,
  "tooltip": "String"
}