SensitivityLabel Class
A sensitivity label.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
SensitivityLabel(*, label_name: str | None = None, label_id: str | None = None, information_type: str | None = None, information_type_id: str | None = None, rank: str | _models.SensitivityLabelRank | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
label_name
|
The label name. Default value: None
|
|
label_id
|
The label ID. Default value: None
|
|
information_type
|
The information type. Default value: None
|
|
information_type_id
|
The information type ID. Default value: None
|
|
rank
|
Known values are: "None", "Low", "Medium", "High", and "Critical". Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
Resource ID. |
|
name
|
Resource name. |
|
type
|
Resource type. |
|
managed_by
|
Resource that manages the sensitivity label. |
|
schema_name
|
The schema name. |
|
table_name
|
The table name. |
|
column_name
|
The column name. |
|
label_name
|
The label name. |
|
label_id
|
The label ID. |
|
information_type
|
The information type. |
|
information_type_id
|
The information type ID. |
|
is_disabled
|
Is sensitivity recommendation disabled. Applicable for recommended sensitivity label only. Specifies whether the sensitivity recommendation on this column is disabled (dismissed) or not. |
|
rank
|
Known values are: "None", "Low", "Medium", "High", and "Critical". |