models_v2.protected_object_run_now_action_params module

class models_v2.protected_object_run_now_action_params.ProtectedObjectRunNowActionParams(objects=None)[source]

Bases: object

Implementation of the ‘ProtectedObjectRunNowActionParams’ model.

Specifies the request parameters for RunNow action on Protected objects.

Attributes:
objects (list of RunNowActionObjectLevelParams): Specifies the list of

objects to perform an action. If provided object id is not explicitly protected by object protection, then given action will not be performed on that.

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.