DownloadMaskingLogDetails¶
-
class
oci.data_safe.models.
DownloadMaskingLogDetails
(**kwargs)¶ Bases:
object
Details to download masking log.
Methods
__init__
(**kwargs)Initializes a new DownloadMaskingLogDetails object with values from keyword arguments. Attributes
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.
-
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
-