SensitivityLabelUpdateProperties interface
Properties of an operation executed on a sensitivity label.
Properties
| column | Column name to update. |
| op | |
| schema | Schema name of the column to update. |
| sensitivity |
The sensitivity label information to apply on a column. |
| table | Table name of the column to update. |
Property Details
column
Column name to update.
column: string
Property Value
string
op
schema
Schema name of the column to update.
schema: string
Property Value
string
sensitivityLabel
The sensitivity label information to apply on a column.
sensitivityLabel?: SensitivityLabel
Property Value
table
Table name of the column to update.
table: string
Property Value
string