Skip to content

Commit c5c6932

Browse files
authored
Merge pull request #186695 from rolyon/rolyon-rbac-identity-not-found-update
[Azure RBAC] Identity not found update
2 parents 759fc5a + 673b9af commit c5c6932

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/role-based-access-control/troubleshooting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: role-based-access-control
99
ms.workload: identity
1010
ms.tgt_pltfrm: na
1111
ms.topic: troubleshooting
12-
ms.date: 01/21/2022
12+
ms.date: 01/28/2022
1313
ms.author: rolyon
1414
ms.custom: seohack1, devx-track-azurecli, devx-track-azurepowershell
1515
---
@@ -126,7 +126,7 @@ If you recently invited a user when creating a role assignment, this security pr
126126
127127
However, if this security principal is not a recently invited user, it might be a deleted security principal. If you assign a role to a security principal and then you later delete that security principal without first removing the role assignment, the security principal will be listed as **Identity not found** and an **Unknown** type.
128128
129-
If you list this role assignment using Azure PowerShell, you might see an empty `DisplayName` and an `ObjectType` set to **Unknown**. For example, [Get-AzRoleAssignment](/powershell/module/az.resources/get-azroleassignment) returns a role assignment that is similar to the following output:
129+
If you list this role assignment using Azure PowerShell, you might see an empty `DisplayName` and `SignInName`. For example, [Get-AzRoleAssignment](/powershell/module/az.resources/get-azroleassignment) returns a role assignment that is similar to the following output:
130130
131131
```
132132
RoleAssignmentId : /subscriptions/11111111-1111-1111-1111-111111111111/providers/Microsoft.Authorization/roleAssignments/22222222-2222-2222-2222-222222222222
@@ -136,7 +136,7 @@ SignInName :
136136
RoleDefinitionName : Storage Blob Data Contributor
137137
RoleDefinitionId : ba92f5b4-2d11-453d-a403-e96b0029c9fe
138138
ObjectId : 33333333-3333-3333-3333-333333333333
139-
ObjectType : Unknown
139+
ObjectType : User
140140
CanDelegate : False
141141
```
142142

0 commit comments

Comments
 (0)