Sensitivity Labels - Create Or Update
建立或更新指定數據行的敏感度標籤
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/columns/{columnName}/sensitivityLabels/current?api-version=2021-11-01
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
column
|
path | True |
string |
資料行名稱。 |
database
|
path | True |
string |
資料庫的名稱。 |
resource
|
path | True |
string |
包含資源的資源群組名稱。 您可以從 Azure 資源管理員 API 或入口網站取得這個值。 |
schema
|
path | True |
string |
結構描述的名稱。 |
sensitivity
|
path | True |
敏感度標籤的來源。 |
|
server
|
path | True |
string |
伺服器的名稱。 |
subscription
|
path | True |
string |
可識別 Azure 訂用帳戶的訂用帳戶識別碼。 |
table
|
path | True |
string |
資料表的名稱。 |
api-version
|
query | True |
string |
要用於要求的 API 版本。 |
要求本文
名稱 | 類型 | Description |
---|---|---|
properties.informationType |
string |
信息類型。 |
properties.informationTypeId |
string |
資訊類型標識碼。 |
properties.labelId |
string |
標籤識別碼。 |
properties.labelName |
string |
標籤名稱。 |
properties.rank |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
已成功更新敏感度標籤。 |
|
201 Created |
已成功建立敏感度標籤。 |
|
Other Status Codes |
錯誤回應: ≦
|
範例
Updates the sensitivity label of a given column with all parameters
範例要求
PUT https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myRG/providers/Microsoft.Sql/servers/myServer/databases/myDatabase/schemas/dbo/tables/myTable/columns/myColumn/sensitivityLabels/current?api-version=2021-11-01
{
"properties": {
"informationType": "PhoneNumber",
"informationTypeId": "d22fa6e9-5ee4-3bde-4c2b-a409604c4646",
"labelId": "bf91e08c-f4f0-478a-b016-25164b2a65ff",
"labelName": "PII",
"rank": "Low"
}
}
範例回覆
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myRG/providers/Microsoft.Sql/servers/myServer/databases/myDatabase/schemas/dbo/tables/myTable/columns/myColumn/sensitivityLabels/current",
"name": "current",
"type": "Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels",
"properties": {
"schemaName": "dbo",
"tableName": "myTable",
"columnName": "myColumn",
"informationType": "PhoneNumber",
"informationTypeId": "d22fa6e9-5ee4-3bde-4c2b-a409604c4646",
"labelId": "bf91e08c-f4f0-478a-b016-25164b2a65ff",
"labelName": "PII",
"rank": "Medium"
}
}
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myRG/providers/Microsoft.Sql/servers/myServer/databases/myDatabase/schemas/dbo/tables/myTable/columns/myColumn/sensitivityLabels/current",
"name": "current",
"type": "Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels",
"properties": {
"informationType": "PhoneNumber",
"informationTypeId": "d22fa6e9-5ee4-3bde-4c2b-a409604c4646",
"labelId": "bf91e08c-f4f0-478a-b016-25164b2a65ff",
"labelName": "PII",
"rank": "High"
}
}
定義
名稱 | Description |
---|---|
Sensitivity |
敏感度標籤。 |
Sensitivity |
|
Writable |
敏感度標籤的來源。 |
SensitivityLabel
敏感度標籤。
名稱 | 類型 | Description |
---|---|---|
id |
string |
資源識別碼。 |
managedBy |
string |
管理敏感度標籤的資源。 |
name |
string |
資源名稱。 |
properties.columnName |
string |
資料行名稱。 |
properties.informationType |
string |
信息類型。 |
properties.informationTypeId |
string |
資訊類型標識碼。 |
properties.isDisabled |
boolean |
是否停用敏感度建議。 僅適用於建議的敏感度標籤。 指定是否停用此數據行的敏感度建議, (關閉) 。 |
properties.labelId |
string |
標籤識別碼。 |
properties.labelName |
string |
標籤名稱。 |
properties.rank | ||
properties.schemaName |
string |
結構描述名稱。 |
properties.tableName |
string |
資料表名稱。 |
type |
string |
資源類型。 |
SensitivityLabelRank
名稱 | 類型 | Description |
---|---|---|
Critical |
string |
|
High |
string |
|
Low |
string |
|
Medium |
string |
|
None |
string |
WritableSensitivityLabelSource
敏感度標籤的來源。
名稱 | 類型 | Description |
---|---|---|
current |
string |