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.synapse.models._models_py3.ProxyResource
RecommendedSensitivityLabelUpdate

Constructor

RecommendedSensitivityLabelUpdate(*, op: Optional[Union[str, azure.mgmt.synapse.models._synapse_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

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".