models.linux_support_user_bash_shell_access_result module¶
-
class
models.linux_support_user_bash_shell_access_result.
LinuxSupportUserBashShellAccessResult
(support_user_token=None)[source]¶ Bases:
object
Implementation of the ‘LinuxSupportUserBashShellAccessResult’ model.
Specifies the result returned after a successful request to get the linux ‘support’ user bash shell access token,
- Attributes:
- support_user_token (string): SSH identity key to login as ‘support’
user.
-
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.