Show / Hide Table of Contents

Class DownloadDiscoveryReportDetails

Details to download a discovery report.

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

Properties

DiscoveryJobId

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

The OCID of the discovery job.

ReportFormat

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

Format of the report.

In this article
Back to top