SensitivitySettingsProperties Class

Definition

The sensitivity settings properties.

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

Properties

MipInformation

Microsoft information protection built-in and custom information types, labels, and integration status.

SensitiveInfoTypesIds

List of selected sensitive info types' IDs.

SensitivityThresholdLabelId

The id of the sensitivity threshold label. Any label at or above this rank will be considered sensitive.

SensitivityThresholdLabelOrder

The order of the sensitivity threshold label. Any label at or above this order will be considered sensitive. If set to -1, sensitivity by labels is turned off.

Explicit Interface Implementations

IJsonModel<SensitivitySettingsProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SensitivitySettingsProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SensitivitySettingsProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SensitivitySettingsProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SensitivitySettingsProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to