models.linux_support_user_sudo_access_req_params module

class models.linux_support_user_sudo_access_req_params.LinuxSupportUserSudoAccessReqParams(sudo_access_enable=None)[source]

Bases: object

Implementation of the ‘LinuxSupportUserSudoAccessReqParams’ model.

Linux Support Sudo Access Req Params.

Attributes:
sudo_access_enable (bool): If sudoAccessEnable 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.