WorkRequestEventDataAdditionalDetails

class oci.os_management_hub.models.WorkRequestEventDataAdditionalDetails(**kwargs)

Bases: object

Provides additional information for the work request associated with an event.

Methods

__init__(**kwargs) Initializes a new WorkRequestEventDataAdditionalDetails object with values from keyword arguments.

Attributes

initiator_id [Required] Gets the initiator_id of this WorkRequestEventDataAdditionalDetails.
work_request_ids Gets the work_request_ids of this WorkRequestEventDataAdditionalDetails.
__init__(**kwargs)

Initializes a new WorkRequestEventDataAdditionalDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • initiator_id (str) – The value to assign to the initiator_id property of this WorkRequestEventDataAdditionalDetails.
  • work_request_ids (list[str]) – The value to assign to the work_request_ids property of this WorkRequestEventDataAdditionalDetails.
initiator_id

[Required] Gets the initiator_id of this WorkRequestEventDataAdditionalDetails. The OCID of the resource that triggered the event, such as scheduled job id.

Returns:The initiator_id of this WorkRequestEventDataAdditionalDetails.
Return type:str
work_request_ids

Gets the work_request_ids of this WorkRequestEventDataAdditionalDetails. List of all work request OCIDs associated with the event.

Returns:The work_request_ids of this WorkRequestEventDataAdditionalDetails.
Return type:list[str]