UpdateSensitivitySettingsRequest interface
Request to update data sensitivity settings for sensitive data discovery
Properties
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
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