Condividi tramite


SensitivityLabelUpdate Class

A sensitivity label update operation.

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

Constructor

SensitivityLabelUpdate(*, op: str | _models.SensitivityLabelUpdateKind | None = None, schema: str | None = None, table: str | None = None, column: str | None = None, sensitivity_label: _models.SensitivityLabel | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
op

Known values are: "set" and "remove".

Default value: None
schema
str

Schema name of the column to update.

Default value: None
table
str

Table name of the column to update.

Default value: None
column
str

Column name to update.

Default value: None
sensitivity_label

The sensitivity label information to apply on a column.

Default value: None

Variables

Name Description
id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

op

Known values are: "set" and "remove".

schema
str

Schema name of the column to update.

table
str

Table name of the column to update.

column
str

Column name to update.

sensitivity_label

The sensitivity label information to apply on a column.