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 |