MipSensitivityLabel Class

Definition

Microsoft information protection sensitivity label.

public class MipSensitivityLabel : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.MipSensitivityLabel>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.MipSensitivityLabel>
type MipSensitivityLabel = class
    interface IJsonModel<MipSensitivityLabel>
    interface IPersistableModel<MipSensitivityLabel>
Public Class MipSensitivityLabel
Implements IJsonModel(Of MipSensitivityLabel), IPersistableModel(Of MipSensitivityLabel)
Inheritance
MipSensitivityLabel
Implements

Properties

Id

The ID of the label.

Name

The display name of the label.

Order

Labels are ordered by sensitivity level. The higher the order of the label, the more sensitive it is.

Explicit Interface Implementations

IJsonModel<MipSensitivityLabel>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MipSensitivityLabel>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MipSensitivityLabel>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MipSensitivityLabel>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MipSensitivityLabel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to