Role Assignments - Delete
依範圍和名稱刪除角色指派。
DELETE https://management.azure.com/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}?api-version=2022-04-01
DELETE https://management.azure.com/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}?api-version=2022-04-01&tenantId={tenantId}
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
role
|
path | True |
string |
角色指派的名稱。 它可以是任何有效的 GUID。 |
scope
|
path | True |
string |
作業或資源的範圍。 有效的範圍包括:訂用帳戶 (格式:『/subscriptions/{subscriptionId}』) , 資源群組 (格式:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}',或資源 (格式:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}' |
api-version
|
query | True |
string |
用於此作業的 API 版本。 |
tenant
|
query |
string |
跨租使用者要求的租用戶標識碼 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
傳回已刪除的角色指派。 |
|
204 No Content |
角色指派已經刪除或不存在。 |
|
Other Status Codes |
描述作業失敗原因的錯誤回應。 |
權限
若要呼叫此 API,您必須獲指派具有下列權限的角色。 如需詳細資訊,請參閱 Azure 內建角色。
Microsoft.Authorization/roleAssignments/delete
安全性
azure_auth
Azure Active Directory OAuth2 Flow
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
Delete role assignment
範例要求
範例回覆
{
"properties": {
"roleDefinitionId": "/providers/Microsoft.Authorization/roleDefinitions/0b5fe924-9a61-425c-96af-cfe6e287ca2d",
"principalId": "ce2ce14e-85d7-4629-bdbc-454d0519d987",
"principalType": "User",
"scope": "/subscriptions/a925f2f7-5c63-4b7b-8799-25a5f97bc3b2"
},
"id": "/subscriptions/a925f2f7-5c63-4b7b-8799-25a5f97bc3b2/providers/Microsoft.Authorization/roleAssignments/b0f43c54-e787-4862-89b1-a653fa9cf747",
"type": "Microsoft.Authorization/roleAssignments",
"name": "b0f43c54-e787-4862-89b1-a653fa9cf747"
}
定義
名稱 | Description |
---|---|
Error |
資源管理錯誤其他資訊。 |
Error |
錯誤詳細數據。 |
Error |
錯誤回應 |
Principal |
指派之主體標識碼的主體類型。 |
Role |
角色指派 |
ErrorAdditionalInfo
資源管理錯誤其他資訊。
名稱 | 類型 | Description |
---|---|---|
info |
object |
其他資訊。 |
type |
string |
其他信息類型。 |
ErrorDetail
錯誤詳細數據。
名稱 | 類型 | Description |
---|---|---|
additionalInfo |
錯誤其他資訊。 |
|
code |
string |
錯誤碼。 |
details |
錯誤詳細資料。 |
|
message |
string |
錯誤訊息。 |
target |
string |
錯誤目標。 |
ErrorResponse
錯誤回應
名稱 | 類型 | Description |
---|---|---|
error |
錯誤物件。 |
PrincipalType
指派之主體標識碼的主體類型。
名稱 | 類型 | Description |
---|---|---|
Device |
string |
|
ForeignGroup |
string |
|
Group |
string |
|
ServicePrincipal |
string |
|
User |
string |
RoleAssignment
角色指派
名稱 | 類型 | 預設值 | Description |
---|---|---|---|
id |
string |
角色指派識別碼。 |
|
name |
string |
角色指派名稱。 |
|
properties.condition |
string |
角色指派的條件。 這會限制可指派的資源。例如: @Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container' |
|
properties.conditionVersion |
string |
條件的版本。 目前唯一接受的值是 '2.0' |
|
properties.createdBy |
string |
建立指派的使用者標識碼 |
|
properties.createdOn |
string |
建立時間 |
|
properties.delegatedManagedIdentityResourceId |
string |
委派受控識別資源的標識碼 |
|
properties.description |
string |
角色指派的描述 |
|
properties.principalId |
string |
主體標識碼。 |
|
properties.principalType | User |
指派之主體標識碼的主體類型。 |
|
properties.roleDefinitionId |
string |
角色定義識別碼。 |
|
properties.scope |
string |
角色指派範圍。 |
|
properties.updatedBy |
string |
更新指派的使用者標識碼 |
|
properties.updatedOn |
string |
更新的時間 |
|
type |
string |
角色指派類型。 |