Role Definitions - Delete
Tar bort en rolldefinition.
DELETE https://management.azure.com/{scope}/providers/Microsoft.Authorization/roleDefinitions/{roleDefinitionId}?api-version=2022-04-01
URI-parametrar
Name | I | Obligatorisk | Typ | Description |
---|---|---|---|---|
role
|
path | True |
string |
ID:t för rolldefinitionen som ska tas bort. |
scope
|
path | True |
string |
Rolldefinitionens omfattning. |
api-version
|
query | True |
string |
Den API-version som ska användas för den här åtgärden. |
Svar
Name | Typ | Description |
---|---|---|
200 OK |
OK – Returnerar information om rolldefinitionen. |
|
204 No Content |
Rolldefinitionen har redan tagits bort eller finns inte. |
|
Other Status Codes |
Felsvar som beskriver varför åtgärden misslyckades. |
Säkerhet
azure_auth
Azure Active Directory OAuth2 Flow
Typ:
oauth2
Flow:
implicit
Auktoriseringswebbadress:
https://login.microsoftonline.com/common/oauth2/authorize
Omfattningar
Name | Description |
---|---|
user_impersonation | personifiera ditt användarkonto |
Exempel
Delete role definition
Exempelbegäran
Exempelsvar
{
"properties": {
"roleName": "Role name",
"type": "roletype",
"description": "Role description",
"assignableScopes": [
"/subscriptions/subId"
],
"permissions": [
{
"actions": [
"action"
],
"notActions": [],
"dataActions": [
"dataAction"
],
"notDataActions": []
}
]
},
"id": "/subscriptions/subID/providers/Microsoft.Authorization/roleDefinitions/roleDefinitionId",
"type": "Microsoft.Authorization/roleDefinitions",
"name": "roleDefinitionId"
}
Definitioner
Name | Description |
---|---|
Error |
Ytterligare information om resurshanteringsfelet. |
Error |
Felinformationen. |
Error |
Felsvar |
Permission |
Behörigheter för rolldefinition. |
Role |
Rolldefinition. |
ErrorAdditionalInfo
Ytterligare information om resurshanteringsfelet.
Name | Typ | Description |
---|---|---|
info |
object |
Ytterligare information. |
type |
string |
Den ytterligare informationstypen. |
ErrorDetail
Felinformationen.
Name | Typ | Description |
---|---|---|
additionalInfo |
Ytterligare information om felet. |
|
code |
string |
Felkoden. |
details |
Felinformationen. |
|
message |
string |
Felmeddelandet. |
target |
string |
Felmålet. |
ErrorResponse
Felsvar
Name | Typ | Description |
---|---|---|
error |
Felobjektet. |
Permission
Behörigheter för rolldefinition.
Name | Typ | Description |
---|---|---|
actions |
string[] |
Tillåtna åtgärder. |
dataActions |
string[] |
Tillåtna dataåtgärder. |
notActions |
string[] |
Nekade åtgärder. |
notDataActions |
string[] |
Nekade dataåtgärder. |
RoleDefinition
Rolldefinition.
Name | Typ | Description |
---|---|---|
id |
string |
Rolldefinitions-ID. |
name |
string |
Rolldefinitionens namn. |
properties.assignableScopes |
string[] |
Tilldelningsbara omfång för rolldefinition. |
properties.createdBy |
string |
ID för användaren som skapade tilldelningen |
properties.createdOn |
string |
Tiden då den skapades |
properties.description |
string |
Beskrivningen av rolldefinitionen. |
properties.permissions |
Behörigheter för rolldefinition. |
|
properties.roleName |
string |
Rollnamnet. |
properties.type |
string |
Rolltypen. |
properties.updatedBy |
string |
ID för användaren som uppdaterade tilldelningen |
properties.updatedOn |
string |
Tidpunkt då den uppdaterades |
type |
string |
Rolldefinitionstypen. |