models_v2.keystone_scope_params module¶
-
class
models_v2.keystone_scope_params.
KeystoneScopeParams
(mtype=None, project_scope_params=None, domain_scope_params=None)[source]¶ Bases:
object
Implementation of the ‘KeystoneScopeParams’ model.
Specifies scope paramteres of a Keystone.
- Attributes:
mtype (Type12Enum): Specifies the scope type. project_scope_params (ProjectScopeParams2): Specifies the parameter
for project type scope.
- domain_scope_params (DomainScopeParams2): Specifies the parameters for
domain type scope.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.