DownloadMaskingLogDetails¶
-
class
oci.data_safe.models.
DownloadMaskingLogDetails
(**kwargs)¶ Bases:
object
Details to download the masking log.
Methods
__init__
(**kwargs)Initializes a new DownloadMaskingLogDetails object with values from keyword arguments. Attributes
masking_work_request_id
Gets the masking_work_request_id of this DownloadMaskingLogDetails. target_id
Gets the target_id of this DownloadMaskingLogDetails. -
__init__
(**kwargs)¶ Initializes a new DownloadMaskingLogDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - target_id (str) – The value to assign to the target_id property of this DownloadMaskingLogDetails.
- masking_work_request_id (str) – The value to assign to the masking_work_request_id property of this DownloadMaskingLogDetails.
-
masking_work_request_id
¶ Gets the masking_work_request_id of this DownloadMaskingLogDetails. The OCID of the masking work request that resulted in this masking log.
Returns: The masking_work_request_id of this DownloadMaskingLogDetails. Return type: str
-
target_id
¶ Gets the target_id of this DownloadMaskingLogDetails. The OCID of the target database for which the masking log is to be downloaded.
Returns: The target_id of this DownloadMaskingLogDetails. Return type: str
-