GetSensitivitySettingsResponsePropertiesMipInformation Class

Definition

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

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

Properties

BuiltInInfoTypes

List of pre-configured sensitive information types.

CustomInfoTypes

List of custom user-defined information types.

Labels

List of Microsoft information protection sensitivity labels.

MipIntegrationStatus

Microsoft information protection integration status.

Explicit Interface Implementations

IJsonModel<GetSensitivitySettingsResponsePropertiesMipInformation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GetSensitivitySettingsResponsePropertiesMipInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GetSensitivitySettingsResponsePropertiesMipInformation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GetSensitivitySettingsResponsePropertiesMipInformation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GetSensitivitySettingsResponsePropertiesMipInformation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to