Condividi tramite


RecommendedSensitivityLabelUpdate Class

A recommended sensitivity label update operation.

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

Constructor

RecommendedSensitivityLabelUpdate(*, op: str | _models.RecommendedSensitivityLabelUpdateKind | None = None, schema: str | None = None, table: str | None = None, column: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
op

Known values are: "enable" and "disable".

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

Variables

Name Description
id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

op

Known values are: "enable" and "disable".

schema
str

Schema name of the column to update.

table
str

Table name of the column to update.

column
str

Column name to update.