你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Sensitivity Labels - Get
获取给定列的敏感度标签
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/columns/{columnName}/sensitivityLabels/{sensitivityLabelSource}?api-version=2021-11-01
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
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 订阅的订阅 ID。 |
table
|
path | True |
string |
表的名称。 |
api-version
|
query | True |
string |
要用于请求的 API 版本。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
已成功检索敏感度标签。 |
|
Other Status Codes |
错误响应:***
|
示例
Gets the sensitivity label of a given column
示例请求
示例响应
{
"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": "High"
}
}
定义
名称 | 说明 |
---|---|
Sensitivity |
敏感度标签。 |
Sensitivity |
|
Sensitivity |
敏感度标签的源。 |
SensitivityLabel
敏感度标签。
名称 | 类型 | 说明 |
---|---|---|
id |
string |
资源 ID。 |
managedBy |
string |
管理敏感度标签的资源。 |
name |
string |
资源名称。 |
properties.columnName |
string |
列名称。 |
properties.informationType |
string |
信息类型。 |
properties.informationTypeId |
string |
信息类型 ID。 |
properties.isDisabled |
boolean |
是否禁用了敏感度建议。 仅适用于建议的敏感度标签。 指定是否禁用此列的敏感度建议 () 消除。 |
properties.labelId |
string |
标签 ID。 |
properties.labelName |
string |
标签名称。 |
properties.rank | ||
properties.schemaName |
string |
架构名称。 |
properties.tableName |
string |
表名称。 |
type |
string |
资源类型。 |
SensitivityLabelRank
名称 | 类型 | 说明 |
---|---|---|
Critical |
string |
|
High |
string |
|
Low |
string |
|
Medium |
string |
|
None |
string |
SensitivityLabelSource
敏感度标签的源。
名称 | 类型 | 说明 |
---|---|---|
current |
string |
|
recommended |
string |