models_v2.ssh_private_key_credentials_3 module¶
-
class
models_v2.ssh_private_key_credentials_3.
SshPrivateKeyCredentials3
(private_key=None, user_id=None, passphrase=None)[source]¶ Bases:
object
Implementation of the ‘SshPrivateKeyCredentials3’ model.
SSH userID + privateKey required for reading configuration file.
- Attributes:
passphrase (string): Passphrase for the private key. private_key (string): The private key. user_id (string): userId for PrivateKey credentials.
-
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.