ApplyDiscoveryJobResultsDetails

class oci.data_safe.models.ApplyDiscoveryJobResultsDetails(**kwargs)

Bases: object

Details to apply the discovery results to a sensitive data model.

Methods

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

Attributes

discovery_job_id [Required] Gets the discovery_job_id of this ApplyDiscoveryJobResultsDetails.
__init__(**kwargs)

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

Parameters:discovery_job_id (str) – The value to assign to the discovery_job_id property of this ApplyDiscoveryJobResultsDetails.
discovery_job_id

[Required] Gets the discovery_job_id of this ApplyDiscoveryJobResultsDetails. The OCID of the discovery job.

Returns:The discovery_job_id of this ApplyDiscoveryJobResultsDetails.
Return type:str