Show / Hide Table of Contents

Class GenerateDiscoveryReportForDownloadDetails

Details to generate a downloadable discovery report.

Inheritance
object
GenerateDiscoveryReportForDownloadDetails
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 GenerateDiscoveryReportForDownloadDetails

Properties

DiscoveryJobId

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

The OCID of the discovery job.

ReportFormat

Declaration
[Required(ErrorMessage = "ReportFormat is required.")]
[JsonProperty(PropertyName = "reportFormat")]
[JsonConverter(typeof(StringEnumConverter))]
public GenerateDiscoveryReportForDownloadDetails.ReportFormatEnum? ReportFormat { get; set; }
Property Value
Type Description
GenerateDiscoveryReportForDownloadDetails.ReportFormatEnum?

Format of the report.

Remarks

Required

In this article
Back to top