GetSensitivitySettingsResponsePropertiesMipInformation Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.GetSensitivitySettingsResponsePropertiesMipInformation

Implements

public final class GetSensitivitySettingsResponsePropertiesMipInformation
implements JsonSerializable<GetSensitivitySettingsResponsePropertiesMipInformation>

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

Method Summary

Modifier and Type Method and Description
List<BuiltInInfoType> builtInInfoTypes()

Get the builtInInfoTypes property: List of pre-configured sensitive information types.

List<InfoType> customInfoTypes()

Get the customInfoTypes property: List of custom user-defined information types.

static GetSensitivitySettingsResponsePropertiesMipInformation fromJson(JsonReader jsonReader)

Reads an instance of GetSensitivitySettingsResponsePropertiesMipInformation from the JsonReader.

List<Label> labels()

Get the labels property: List of Microsoft information protection sensitivity labels.

MipIntegrationStatus mipIntegrationStatus()

Get the mipIntegrationStatus property: Microsoft information protection integration status.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

builtInInfoTypes

public List<BuiltInInfoType> builtInInfoTypes()

Get the builtInInfoTypes property: List of pre-configured sensitive information types.

Returns:

the builtInInfoTypes value.

customInfoTypes

public List<InfoType> customInfoTypes()

Get the customInfoTypes property: List of custom user-defined information types.

Returns:

the customInfoTypes value.

fromJson

public static GetSensitivitySettingsResponsePropertiesMipInformation fromJson(JsonReader jsonReader)

Reads an instance of GetSensitivitySettingsResponsePropertiesMipInformation from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of GetSensitivitySettingsResponsePropertiesMipInformation if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the GetSensitivitySettingsResponsePropertiesMipInformation.

labels

public List

Get the labels property: List of Microsoft information protection sensitivity labels.

Returns:

the labels value.

mipIntegrationStatus

public MipIntegrationStatus mipIntegrationStatus()

Get the mipIntegrationStatus property: Microsoft information protection integration status.

Returns:

the mipIntegrationStatus value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to