Sensitivity Labels - List Current By Database
Získá popisky citlivosti dané databáze.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/currentSensitivityLabels?api-version=2021-11-01
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/currentSensitivityLabels?$skipToken={$skipToken}&$count={$count}&$filter={$filter}&api-version=2021-11-01
Parametry identifikátoru URI
Name | V | Vyžadováno | Typ | Description |
---|---|---|---|---|
database
|
path | True |
string |
Název databáze. |
resource
|
path | True |
string |
Název skupiny prostředků, která prostředek obsahuje. Tuto hodnotu můžete získat z rozhraní API Resource Manager Azure nebo z portálu. |
server
|
path | True |
string |
Název serveru. |
subscription
|
path | True |
string |
ID předplatného, které identifikuje předplatné Azure. |
api-version
|
query | True |
string |
Verze rozhraní API, která se má použít pro požadavek. |
$count
|
query |
boolean |
||
$filter
|
query |
string |
Výraz filtru OData, který filtruje prvky v kolekci. |
|
$skip
|
query |
string |
Odpovědi
Name | Typ | Description |
---|---|---|
200 OK |
Popisky citlivosti se úspěšně načetly. |
|
Other Status Codes |
Chybové odpovědi: ***
|
Příklady
Gets the current sensitivity labels of a given database
Ukázkový požadavek
Ukázková odpověď
{
"value": [
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myRG/providers/Microsoft.Sql/servers/myServer/databases/myDatabase/schemas/dbo/tables/myTable/columns/myColumn3/sensitivityLabels/current",
"name": "current",
"type": "Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels",
"properties": {
"schemaName": "dbo",
"tableName": "myTable",
"columnName": "myColumn3",
"informationType": "Financial",
"informationTypeId": "d22fa6e9-5ee4-3bde-4c2b-a409604c4646",
"labelId": "05e6eaa1-075a-4fb4-a732-a92215a2444a",
"labelName": "Sensitive",
"rank": "Low"
}
},
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myRG/providers/Microsoft.Sql/servers/myServer/databases/myDatabase/schemas/dbo/tables/myTable/columns/myColumn4/sensitivityLabels/current",
"name": "current",
"type": "Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels",
"properties": {
"schemaName": "dbo",
"tableName": "myTable",
"columnName": "myColumn4",
"informationType": "Email",
"informationTypeId": "d22fa6e9-5ee4-3bde-4c2b-a409604c4646",
"labelId": "bf91e08c-f4f0-478a-b016-25164b2a65ff",
"labelName": "PII",
"rank": "None"
}
}
]
}
Definice
Name | Description |
---|---|
Sensitivity |
Popisek citlivosti. |
Sensitivity |
Seznam popisků citlivosti. |
Sensitivity |
SensitivityLabel
Popisek citlivosti.
Name | Typ | Description |
---|---|---|
id |
string |
ID prostředku. |
managedBy |
string |
Prostředek, který spravuje popisek citlivosti. |
name |
string |
Název prostředku. |
properties.columnName |
string |
Název sloupce. |
properties.informationType |
string |
Typ informací. |
properties.informationTypeId |
string |
ID typu informací. |
properties.isDisabled |
boolean |
Je doporučení citlivosti zakázané. Platí pouze pro doporučený popisek citlivosti. Určuje, jestli je doporučení citlivosti pro tento sloupec zakázané (zavřené) nebo ne. |
properties.labelId |
string |
ID popisku. |
properties.labelName |
string |
Název popisku. |
properties.rank | ||
properties.schemaName |
string |
Název schématu. |
properties.tableName |
string |
Název tabulky. |
type |
string |
Typ prostředku. |
SensitivityLabelListResult
Seznam popisků citlivosti.
Name | Typ | Description |
---|---|---|
nextLink |
string |
Odkaz na načtení další stránky výsledků |
value |
Pole výsledků |
SensitivityLabelRank
Name | Typ | Description |
---|---|---|
Critical |
string |
|
High |
string |
|
Low |
string |
|
Medium |
string |
|
None |
string |