models_v2.keystone_credentials module¶
-
class
models_v2.keystone_credentials.
KeystoneCredentials
(admin_creds=None, scope=None)[source]¶ Bases:
object
Implementation of the ‘KeystoneCredentials’ model.
Specifies user credentials of a Keystone server.
- Attributes:
- admin_creds (AdminCreds): Specifies parameters related to Keystone
administrator.
scope (Scope): Specifies parameters related to Keystone 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.