You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/role-based-access-control/role-definitions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ The following table describes what the role properties mean.
61
61
| --- | --- |
62
62
|`Name`</br>`roleName`| Display name of the role. |
63
63
|`Id`</br>`name`| Unique ID of the role. Built-in roles have the same role ID across clouds. |
64
-
|`id`| Fully qualified unique ID of the role. |
64
+
|`id`| Fully qualified unique ID of the role. Even if the role is renamed, the role ID does not change. It's a best practice to use the role ID in your scripts. |
65
65
|`IsCustom`</br>`roleType`| Indicates whether this role is a custom role. Set to `true` or `CustomRole` for custom roles. Set to `false` or `BuiltInRole` for built-in roles. |
66
66
|`type`| Type of object. Set to `Microsoft.Authorization/roleDefinitions`. |
67
67
|`Description`</br>`description`| Description of the role. |
0 commit comments