Skip to content

Latest commit

 

History

History
64 lines (52 loc) · 2.62 KB

File metadata and controls

64 lines (52 loc) · 2.62 KB
title parentLabelDetails resource type
description Represents the label details of an information protection parent label.
ms.localizationpriority medium
author tommoser
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 07/22/2024

parentLabelDetails resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the label details of an information protection parent label. parentLabelDetails provides information about a single information protection label. 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.

JSON representation

The following JSON representation shows the resource type.

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