Merge "Role name is unique within the owning domain"
This commit is contained in:
commit
bc4d22d0c2
@ -14,7 +14,7 @@ the uniqueness of these attributes is as follows:
|
||||
|
||||
- *Domain name*. Globally unique across all domains.
|
||||
|
||||
- *Role name*. Globally unique across all domains.
|
||||
- *Role name*. Unique within the owning domain.
|
||||
|
||||
- *User name*. Unique within the owning domain.
|
||||
|
||||
|
@ -107,7 +107,8 @@ Roles
|
||||
|
||||
``Roles`` dictate the level of authorization the end user can obtain. Roles
|
||||
can be granted at either the domain or project level. A role can be assigned at
|
||||
the individual user or group level. Role names are globally unique.
|
||||
the individual user or group level. Role names are unique within the
|
||||
owning domain.
|
||||
|
||||
Role Assignments
|
||||
^^^^^^^^^^^^^^^^
|
||||
|
Loading…
Reference in New Issue
Block a user