models.linux_support_user_sudo_access_result module

class models.linux_support_user_sudo_access_result.LinuxSupportUserSudoAccessResult(result=None)[source]

Bases: object

Implementation of the ‘LinuxSupportUserSudoAccessResult’ model.

Specifies the result returned after a successful request to enable/disable the linux ‘support’ user sudo access.

Attributes:

result (string): Date format is in MM/DD/YYYY HH:MM:SS

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.