GetSensitivitySettingsResponseProperties Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. GetSensitivitySettingsResponseProperties
- com.
Implements
public final class GetSensitivitySettingsResponseProperties
implements JsonSerializable<GetSensitivitySettingsResponseProperties>
The sensitivity settings properties.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Get |
fromJson(JsonReader jsonReader)
Reads an instance of Get |
|
Get |
mipInformation()
Get the mip |
| List<String> |
sensitiveInfoTypesIds()
Get the sensitive |
| String |
sensitivityThresholdLabelId()
Get the sensitivity |
| Float |
sensitivityThresholdLabelOrder()
Get the sensitivity |
|
Json |
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:
Returns:
Throws:
mipInformation
public GetSensitivitySettingsResponsePropertiesMipInformation mipInformation()
Get the mipInformation property: Microsoft information protection built-in and custom information types, labels, and integration status.
Returns:
sensitiveInfoTypesIds
public List<String> sensitiveInfoTypesIds()
Get the sensitiveInfoTypesIds property: List of selected sensitive info types' IDs.
Returns:
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:
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:
toJson
validate
public void validate()
Validates the instance.