RecommendedSensitivityLabelUpdate Class

A recommended sensitivity label update operation.

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

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

Constructor

RecommendedSensitivityLabelUpdate(*, op: Optional[Union[str, azure.mgmt.sql.models._sql_management_client_enums.RecommendedSensitivityLabelUpdateKind]] = None, schema: Optional[str] = None, table: Optional[str] = None, column: Optional[str] = None, **kwargs)

Parameters

op
str or RecommendedSensitivityLabelUpdateKind
Required

Possible values include: "enable", "disable".

schema
str
Required

Schema name of the column to update.

table
str
Required

Table name of the column to update.

column
str
Required

Column name to update.

Variables

id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.