Databases - List Principals
Verilen Kusto kümesinin ve veritabanının veritabanı sorumlularının listesini döndürür.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/listPrincipals?api-version=2023-08-15
URI Parametreleri
Name | İçinde | Gerekli | Tür | Description |
---|---|---|---|---|
cluster
|
path | True |
string |
Kusto kümesinin adı. Normal ifade deseni: |
database
|
path | True |
string |
Kusto kümesindeki veritabanının adı. Normal ifade deseni: |
resource
|
path | True |
string |
Kaynak grubunun adı. Ad büyük/küçük harfe duyarlı değildir. |
subscription
|
path | True |
string |
Hedef aboneliğin kimliği. |
api-version
|
query | True |
string |
Bu işlem için kullanılacak API sürümü. |
Yanıtlar
Name | Tür | Description |
---|---|---|
200 OK |
Veritabanı sorumluları listesi başarıyla alındı. |
|
Other Status Codes |
İşlemin neden başarısız olduğunu açıklayan hata yanıtı. |
Örnekler
KustoDatabaseListPrincipals
Örnek isteği
Örnek yanıt
{
"value": [
{
"name": "Some User",
"role": "Admin",
"type": "User",
"fqn": "aaduser=some_guid",
"email": "user@microsoft.com",
"appId": ""
},
{
"name": "Kusto",
"role": "Viewer",
"type": "Group",
"fqn": "aadgroup=some_guid",
"email": "kusto@microsoft.com",
"appId": ""
},
{
"name": "SomeApp",
"role": "Admin",
"type": "App",
"fqn": "aadapp=some_guid_app_id",
"email": "",
"appId": "some_guid_app_id"
}
]
}
Tanımlar
Name | Description |
---|---|
Database |
Veritabanı asıl varlığını temsil eden bir sınıf. |
Database |
Kusto veritabanı sorumluları işlem yanıtını listeleyin. |
Database |
Veritabanı sorumlusu rolü. |
Database |
Veritabanı asıl türü. |
Error |
Kaynak yönetimi hatası ek bilgileri. |
Error |
Hata ayrıntısı. |
Error |
Hata yanıtı |
DatabasePrincipal
Veritabanı asıl varlığını temsil eden bir sınıf.
Name | Tür | Description |
---|---|---|
appId |
string |
Uygulama kimliği - yalnızca uygulama sorumlusu türü için geçerlidir. |
string |
Veritabanı sorumlusu e-postası varsa. |
|
fqn |
string |
Veritabanı sorumlusu tam adı. |
name |
string |
Veritabanı asıl adı. |
role |
Veritabanı sorumlusu rolü. |
|
tenantName |
string |
Sorumlunun kiracı adı |
type |
Veritabanı asıl türü. |
DatabasePrincipalListResult
Kusto veritabanı sorumluları işlem yanıtını listeleyin.
Name | Tür | Description |
---|---|---|
value |
Kusto veritabanı sorumlularının listesi. |
DatabasePrincipalRole
Veritabanı sorumlusu rolü.
Name | Tür | Description |
---|---|---|
Admin |
string |
|
Ingestor |
string |
|
Monitor |
string |
|
UnrestrictedViewer |
string |
|
User |
string |
|
Viewer |
string |
DatabasePrincipalType
Veritabanı asıl türü.
Name | Tür | Description |
---|---|---|
App |
string |
|
Group |
string |
|
User |
string |
ErrorAdditionalInfo
Kaynak yönetimi hatası ek bilgileri.
Name | Tür | Description |
---|---|---|
info |
object |
Ek bilgiler. |
type |
string |
Ek bilgi türü. |
ErrorDetail
Hata ayrıntısı.
Name | Tür | Description |
---|---|---|
additionalInfo |
Hata ek bilgileri. |
|
code |
string |
Hata kodu. |
details |
Hata ayrıntıları. |
|
message |
string |
Hata iletisi. |
target |
string |
Hata hedefi. |
ErrorResponse
Hata yanıtı
Name | Tür | Description |
---|---|---|
error |
Hata nesnesi. |