SensitivityLabelUpdate Class

A sensitivity label update operation.

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

Inheritance
azure.mgmt.synapse.models._models_py3.ProxyResource
SensitivityLabelUpdate

Constructor

SensitivityLabelUpdate(*, op: Optional[Union[str, azure.mgmt.synapse.models._synapse_management_client_enums.SensitivityLabelUpdateKind]] = None, schema: Optional[str] = None, table: Optional[str] = None, column: Optional[str] = None, sensitivity_label: Optional[azure.mgmt.synapse.models._models_py3.SensitivityLabel] = None, **kwargs)

Parameters

op
str or SensitivityLabelUpdateKind
Required

Possible values include: "set", "remove".

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.

sensitivity_label
SensitivityLabel
Required

The sensitivity label information to apply on a column.

Variables

id
str

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
str

The name of the resource.

type
str

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".