openstack.identity.v3.domain¶
The Domain Class¶
The Domain
class inherits from Resource
.
-
class
openstack.identity.v3.domain.
Domain
(attrs=None, loaded=False)¶ Construct a Resource to interact with a service’s REST API.
The Resource class offers two class methods to construct resource objects, which are preferrable to entering through this initializer. See
Resource.new()
andResource.existing()
.Parameters: - attrs (dict) – The attributes to set when constructing this Resource.
- loaded (bool) –
True
if this Resource exists on the server,False
if it does not.
-
description
= None¶ The description of this domain. Type: string
-
enabled
= None¶ Setting this attribute to
False
prevents users from authorizing against this domain or any projects owned by this domain, and prevents users owned by this domain from authenticating or receiving any other authorization. Additionally, all pre-existing tokens applicable to the above entities are immediately invalidated. Re-enabling a domain does not re-enable pre-existing tokens. Type: bool
-
name
= None¶ The globally unique name of this domain. Type: string