Table of Contents

Class SensitivityLabelInfo

Namespace
PnP.Core.Model.Copilot.Public.DTO
Assembly
PnP.Core.dll

Describes the information protection label that details how to properly apply a sensitivity label to information.

public class SensitivityLabelInfo
Inheritance
SensitivityLabelInfo
Inherited Members

Properties

Color

The color that the UI should display for the label, if configured.

[JsonPropertyName("color")]
public string Color { get; set; }

Property Value

string

DisplayName

The display name for the sensitivity label

[JsonPropertyName("displayName")]
public string DisplayName { get; set; }

Property Value

string

Priority

The priority in which the sensitivity label is applied.

[JsonPropertyName("priority")]
public int Priority { get; set; }

Property Value

int

SensitivityLabelId

The ID of the sensitivity label.

[JsonPropertyName("sensitivityLabelId")]
public string SensitivityLabelId { get; set; }

Property Value

string

Tooltip

The tooltip that should be displayed for the label in a UI.

[JsonPropertyName("tooltip")]
public string Tooltip { get; set; }

Property Value

string