GetSensitivitySettingsResponseProperties interface
The sensitivity settings properties
Properties
mip |
Microsoft information protection built-in and custom information types, labels, and integration status. |
sensitive |
List of selected sensitive info types' IDs. |
sensitivity |
The id of the sensitivity threshold label. Any label at or above this rank will be considered sensitive. |
sensitivity |
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 |
Property Details
mipInformation
Microsoft information protection built-in and custom information types, labels, and integration status.
mipInformation?: GetSensitivitySettingsResponsePropertiesMipInformation
Property Value
sensitiveInfoTypesIds
List of selected sensitive info types' IDs.
sensitiveInfoTypesIds?: string[]
Property Value
string[]
sensitivityThresholdLabelId
The id of the sensitivity threshold label. Any label at or above this rank will be considered sensitive.
sensitivityThresholdLabelId?: string
Property Value
string
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
sensitivityThresholdLabelOrder?: number
Property Value
number
Azure SDK for JavaScript