Sensitivity Labels - List Recommended By Database
지정된 데이터베이스의 민감도 레이블을 가져옵니다.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/recommendedSensitivityLabels?api-version=2021-11-01
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/recommendedSensitivityLabels?$skipToken={$skipToken}&includeDisabledRecommendations={includeDisabledRecommendations}&$filter={$filter}&api-version=2021-11-01
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
database
|
path | True |
string |
데이터베이스의 이름입니다. |
resource
|
path | True |
string |
리소스를 포함하는 리소스 그룹의 이름입니다. Azure 리소스 관리자 API 또는 포털에서 이 값을 가져올 수 있습니다. |
server
|
path | True |
string |
서버의 이름입니다. |
subscription
|
path | True |
string |
Azure 구독을 식별하는 구독 ID입니다. |
api-version
|
query | True |
string |
요청에 사용할 API 버전입니다. |
$filter
|
query |
string |
컬렉션의 요소를 필터링하는 OData 필터 식입니다. |
|
$skip
|
query |
string |
||
include
|
query |
boolean |
사용하지 않도록 설정된 권장 사항을 포함할지 여부를 지정합니다. |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
민감도 레이블을 성공적으로 검색했습니다. |
|
Other Status Codes |
오류 응답: ***
|
예제
Gets the recommended sensitivity labels of a given database
샘플 요청
샘플 응답
{
"value": [
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myRG/providers/Microsoft.Sql/servers/myServer/databases/myDatabase/schemas/dbo/tables/myTable/columns/myColumn/sensitivityLabels/recommended",
"name": "recommended",
"type": "Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels",
"properties": {
"schemaName": "dbo",
"tableName": "myTable",
"columnName": "myColumn",
"informationType": "Financial",
"informationTypeId": "d22fa6e9-5ee4-3bde-4c2b-a409604c4646",
"labelId": "05e6eaa1-075a-4fb4-a732-a92215a2444a",
"labelName": "Sensitive"
}
},
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myRG/providers/Microsoft.Sql/servers/myServer/databases/myDatabase/schemas/dbo/tables/myTable/columns/myColumn2/sensitivityLabels/recommended",
"name": "recommended",
"type": "Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels",
"properties": {
"schemaName": "dbo",
"tableName": "myTable",
"columnName": "myColumn2",
"informationType": "Email",
"informationTypeId": "d22fa6e9-5ee4-3bde-4c2b-a409604c4646",
"labelId": "bf91e08c-f4f0-478a-b016-25164b2a65ff",
"labelName": "PII"
}
}
]
}
정의
Name | Description |
---|---|
Sensitivity |
민감도 레이블입니다. |
Sensitivity |
민감도 레이블 목록입니다. |
Sensitivity |
SensitivityLabel
민감도 레이블입니다.
Name | 형식 | Description |
---|---|---|
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 |
리소스 종류. |
SensitivityLabelListResult
민감도 레이블 목록입니다.
Name | 형식 | Description |
---|---|---|
nextLink |
string |
연결하여 결과의 다음 페이지를 검색합니다. |
value |
결과 배열입니다. |
SensitivityLabelRank
Name | 형식 | Description |
---|---|---|
Critical |
string |
|
High |
string |
|
Low |
string |
|
Medium |
string |
|
None |
string |