SensitivityLabel Class

A sensitivity label.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.sql.models._models_py3.ProxyResource
SensitivityLabel

Constructor

SensitivityLabel(*, label_name: Optional[str] = None, label_id: Optional[str] = None, information_type: Optional[str] = None, information_type_id: Optional[str] = None, rank: Optional[Union[str, azure.mgmt.sql.models._sql_management_client_enums.SensitivityLabelRank]] = None, **kwargs)

Parameters

label_name
str
Required

The label name.

label_id
str
Required

The label ID.

information_type
str
Required

The information type.

information_type_id
str
Required

The information type ID.

rank
str or SensitivityLabelRank
Required

Possible values include: "None", "Low", "Medium", "High", "Critical".

Variables

id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

managed_by
str

Resource that manages the sensitivity label.

schema_name
str

The schema name.

table_name
str

The table name.

column_name
str

The column name.

is_disabled
bool

Is sensitivity recommendation disabled. Applicable for recommended sensitivity label only. Specifies whether the sensitivity recommendation on this column is disabled (dismissed) or not.