Show / Hide Table of Contents

Class ApplyDiscoveryJobResultsDetails

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

Inheritance
object
ApplyDiscoveryJobResultsDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class ApplyDiscoveryJobResultsDetails

Properties

DiscoveryJobId

Declaration
[Required(ErrorMessage = "DiscoveryJobId is required.")]
[JsonProperty(PropertyName = "discoveryJobId")]
public string DiscoveryJobId { get; set; }
Property Value
Type Description
string

The OCID of the discovery job.

Remarks

Required

In this article
Back to top