ExportAccessRequestsDetails

class oci.lockbox.models.ExportAccessRequestsDetails(**kwargs)

Bases: object

Details for generating report of Access Requests to export action

Methods

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

Attributes

lockbox_id [Required] Gets the lockbox_id of this ExportAccessRequestsDetails.
time_created_after [Required] Gets the time_created_after of this ExportAccessRequestsDetails.
time_created_before [Required] Gets the time_created_before of this ExportAccessRequestsDetails.
__init__(**kwargs)

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

Parameters:
  • lockbox_id (str) – The value to assign to the lockbox_id property of this ExportAccessRequestsDetails.
  • time_created_after (datetime) – The value to assign to the time_created_after property of this ExportAccessRequestsDetails.
  • time_created_before (datetime) – The value to assign to the time_created_before property of this ExportAccessRequestsDetails.
lockbox_id

[Required] Gets the lockbox_id of this ExportAccessRequestsDetails. The unique identifier (OCID) of the lockbox box that the access request is associated with which is immutable.

Returns:The lockbox_id of this ExportAccessRequestsDetails.
Return type:str
time_created_after

[Required] Gets the time_created_after of this ExportAccessRequestsDetails. Date and time after which access requests were created, as described in `RFC 3339`__

Returns:The time_created_after of this ExportAccessRequestsDetails.
Return type:datetime
time_created_before

[Required] Gets the time_created_before of this ExportAccessRequestsDetails. Date and time before which access requests were created, as described in `RFC 3339`__s

Returns:The time_created_before of this ExportAccessRequestsDetails.
Return type:datetime