你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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: str | None = None, label_id: str | None = None, information_type: str | None = None, information_type_id: str | None = None, rank: str | SensitivityLabelRank | None = None, **kwargs)

Parameters

Name Description
label_name
Required
str

The label name.

label_id
Required
str

The label ID.

information_type
Required
str

The information type.

information_type_id
Required
str

The information type ID.

rank
Required

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

Keyword-Only Parameters

Name Description
label_name
Required
label_id
Required
information_type
Required
information_type_id
Required
rank
Required

Variables

Name Description
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

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