SensitivityRank Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A relative ranking of the sensitivity of a query or of a column that is part of percolumn data. It is an identifier based on a predefined set of values which define sensitivity rank. Used by other services like Advanced Threat Protection to detect anomalies based on their rank.
public enum class SensitivityRank
public enum SensitivityRank
type SensitivityRank =
Public Enum SensitivityRank
- Inheritance
-
SensitivityRank
Fields
Name | Value | Description |
---|---|---|
NOT_DEFINED | -1 | |
NONE | 0 | |
LOW | 10 | |
MEDIUM | 20 | |
HIGH | 30 | |
CRITICAL | 40 |