models_v2.private_key_credentials module¶
-
class
models_v2.private_key_credentials.
PrivateKeyCredentials
(user_id=None, private_key=None, passphrase=None)[source]¶ Bases:
object
Implementation of the ‘Private key credentials’ model.
Specifies the credentials for certificate based authentication.
- Attributes:
user_id (string): Specifies the userId to access target entity. private_key (string): Specifies the private key to access target
entity.
- passphrase (string): Specifies the passphrase to access target
entity.
-
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.