GetSensitivitySettingsResponseProperties Class

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

Implements

public final class GetSensitivitySettingsResponseProperties
implements JsonSerializable<GetSensitivitySettingsResponseProperties>

The sensitivity settings properties.

Method Summary

Modifier and Type Method and Description
static GetSensitivitySettingsResponseProperties fromJson(JsonReader jsonReader)

Reads an instance of GetSensitivitySettingsResponseProperties from the JsonReader.

GetSensitivitySettingsResponsePropertiesMipInformation mipInformation()

Get the mipInformation property: Microsoft information protection built-in and custom information types, labels, and integration status.

List<String> sensitiveInfoTypesIds()

Get the sensitiveInfoTypesIds property: List of selected sensitive info types' IDs.

String sensitivityThresholdLabelId()

Get the sensitivityThresholdLabelId property: The id of the sensitivity threshold label.

Float sensitivityThresholdLabelOrder()

Get the sensitivityThresholdLabelOrder property: The order of the sensitivity threshold label.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

fromJson

public static GetSensitivitySettingsResponseProperties fromJson(JsonReader jsonReader)

Reads an instance of GetSensitivitySettingsResponseProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of GetSensitivitySettingsResponseProperties 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 GetSensitivitySettingsResponseProperties.

mipInformation

public GetSensitivitySettingsResponsePropertiesMipInformation mipInformation()

Get the mipInformation property: Microsoft information protection built-in and custom information types, labels, and integration status.

Returns:

the mipInformation value.

sensitiveInfoTypesIds

public List<String> sensitiveInfoTypesIds()

Get the sensitiveInfoTypesIds property: List of selected sensitive info types' IDs.

Returns:

the sensitiveInfoTypesIds value.

sensitivityThresholdLabelId

public String sensitivityThresholdLabelId()

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

Returns:

the sensitivityThresholdLabelId value.

sensitivityThresholdLabelOrder

public Float sensitivityThresholdLabelOrder()

Get the sensitivityThresholdLabelOrder property: 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.

Returns:

the sensitivityThresholdLabelOrder value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to