The workspaces/sqlPools/schemas/tables/columns/sensitivityLabels resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns/sensitivityLabels resource, add the following JSON to your template.
{
"type": "Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns/sensitivityLabels",
"apiVersion": "2021-06-01",
"name": "string",
"properties": {
"informationType": "string",
"informationTypeId": "string",
"labelId": "string",
"labelName": "string",
"rank": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns/sensitivityLabels' |
apiVersion | The resource api version | '2021-06-01' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
properties | Resource properties. | SensitivityLabelProperties |
Name | Description | Value |
---|---|---|
informationType | The information type. | string |
informationTypeId | The information type ID. | string |
labelId | The label ID. | string |
labelName | The label name. | string |
rank | 'Critical' 'High' 'Low' 'Medium' 'None' |