osc identity domain
Identity Domain commands
A domain is a collection of users, groups, and projects. Each group and project is owned by exactly one domain.
Each domain defines a namespace where certain API-visible name attributes exist, which affects whether those names must be globally unique or unique within that domain. In the Identity API, the uniqueness of these attributes is as follows:
-
Domain name. Globally unique across all domains.
-
Role name. Unique within the owning domain.
-
User name. Unique within the owning domain.
-
Project name. Unique within the owning domain.
-
Group name. Unique within the owning domain.
Usage: osc identity domain <COMMAND>
Available subcommands:
osc identity domain create— Create domainosc identity domain config— Config configurationosc identity domain delete— Delete domainosc identity domain group— Domain groupsosc identity domain list— List domainsosc identity domain set— Update domainosc identity domain show— Show domain detailsosc identity domain user— Domain groups