Merge "Role name is unique within the owning domain"

This commit is contained in:
Jenkins 2017-05-06 07:02:31 +00:00 committed by Gerrit Code Review
commit bc4d22d0c2
2 changed files with 3 additions and 2 deletions

View File

@ -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.

View File

@ -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
^^^^^^^^^^^^^^^^