Providers - Provider Permissions
Sağlayıcı izinlerini alın.
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/{resourceProviderNamespace}/providerPermissions?api-version=2021-04-01
URI Parametreleri
Name | İçinde | Gerekli | Tür | Description |
---|---|---|---|---|
resource
|
path | True |
string |
Kaynak sağlayıcısının ad alanı. |
subscription
|
path | True |
string |
Microsoft Azure abonelik 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 |
Tamam - Sağlayıcı izinleri hakkındaki bilgileri döndürür. |
|
Other Status Codes |
İşlemin neden başarısız olduğunu açıklayan hata yanıtı. |
Güvenlik
azure_auth
Azure Active Directory OAuth2 Flow
Tür:
oauth2
Akış:
implicit
Yetkilendirme URL’si:
https://login.microsoftonline.com/common/oauth2/authorize
Kapsamlar
Name | Description |
---|---|
user_impersonation | kullanıcı hesabınızın kimliğine bürünme |
Örnekler
Get provider resource types.
Örnek isteği
GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.TestRP/providerPermissions?api-version=2021-04-01
Örnek yanıt
{
"value": [
{
"applicationId": "00000000-0000-0000-0000-000000000000",
"roleDefinition": {
"id": "00000000000000000000000000000000",
"name": "Contoso service role",
"isServiceRole": true,
"permissions": [
{
"actions": [
"Microsoft.Contoso/*"
],
"notActions": [],
"dataActions": [],
"notDataActions": []
}
],
"scopes": [
"/"
]
},
"providerAuthorizationConsentState": "Consented"
}
]
}
Tanımlar
Name | Description |
---|---|
Cloud |
Kaynak yönetimi isteği için hata yanıtı. |
Error |
Kaynak yönetimi hatası ek bilgileri. |
Error |
Hata Yanıtı |
Permission |
Rol tanımı izinleri. |
Provider |
Sağlayıcı yetkilendirme onayı durumu. |
Provider |
Sağlayıcı izni |
Provider |
Sağlayıcı izinlerinin listesi. |
Role |
Rol tanımı özellikleri. |
CloudError
Kaynak yönetimi isteği için hata yanıtı.
Name | Tür | Description |
---|---|---|
error |
Hata Yanıtı |
ErrorAdditionalInfo
Kaynak yönetimi hatası ek bilgileri.
Name | Tür | Description |
---|---|---|
info |
object |
Ek bilgiler. |
type |
string |
Ek bilgi türü. |
ErrorResponse
Hata Yanıtı
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. |
Permission
Rol tanımı izinleri.
Name | Tür | Description |
---|---|---|
actions |
string[] |
İzin verilen eylemler. |
dataActions |
string[] |
İzin Verilen Veri eylemleri. |
notActions |
string[] |
Reddedilen eylemler. |
notDataActions |
string[] |
Reddedilen Veri eylemleri. |
ProviderAuthorizationConsentState
Sağlayıcı yetkilendirme onayı durumu.
Name | Tür | Description |
---|---|---|
Consented |
string |
|
NotRequired |
string |
|
NotSpecified |
string |
|
Required |
string |
ProviderPermission
Sağlayıcı izni
Name | Tür | Description |
---|---|---|
applicationId |
string |
Uygulama kimliği. |
managedByRoleDefinition |
Rol tanımı özellikleri. |
|
providerAuthorizationConsentState |
Sağlayıcı yetkilendirme onayı durumu. |
|
roleDefinition |
Rol tanımı özellikleri. |
ProviderPermissionListResult
Sağlayıcı izinlerinin listesi.
Name | Tür | Description |
---|---|---|
nextLink |
string |
Sonraki sonuç kümesini almak için kullanılacak URL. |
value |
Sağlayıcı izinleri dizisi. |
RoleDefinition
Rol tanımı özellikleri.
Name | Tür | Description |
---|---|---|
id |
string |
Rol tanımı kimliği. |
isServiceRole |
boolean |
Bu bir hizmet rolüyse. |
name |
string |
Rol tanımı adı. |
permissions |
Rol tanımı izinleri. |
|
scopes |
string[] |
Rol tanımı atanabilir kapsamlar. |