SensitivityLabel Class
A sensitivity label.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.synapse.models._models_py3.ProxyResourceSensitivityLabel
Constructor
SensitivityLabel(*, label_name: Optional[str] = None, label_id: Optional[str] = None, information_type: Optional[str] = None, information_type_id: Optional[str] = None, rank: Optional[Union[str, azure.mgmt.synapse.models._synapse_management_client_enums.SensitivityLabelRank]] = None, **kwargs)
Parameters
- rank
- str or SensitivityLabelRank
Possible values include: "None", "Low", "Medium", "High", "Critical".
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".
- managed_by
- str
managed by.
- schema_name
- str
The schema name.
- table_name
- str
The table name.
- column_name
- str
The column name.
- is_disabled
- bool
Is sensitivity recommendation disabled. Applicable for recommended sensitivity label only. Specifies whether the sensitivity recommendation on this column is disabled (dismissed) or not.
Feedback
Submit and view feedback for