models.linux_support_user_bash_shell_access_req_params module

class models.linux_support_user_bash_shell_access_req_params.LinuxSupportUserBashShellAccessReqParams(regenerate_token=None)[source]

Bases: object

Implementation of the ‘LinuxSupportUserBashShellAccessReqParams’ model.

Linux Support Bash Shell Access Req Params.

Attributes:
regenerate_token (bool): If RegenerateToken is set to true, the token

would be regenerated and the new token will be returned.

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.