Class DownloadDiscoveryReportRequest
Implements
Inherited Members
Namespace: Oci.DatasafeService.Requests
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class DownloadDiscoveryReportRequest : IOciRequestExamples
Click here to see an example of how to use DownloadDiscoveryReport request.
Properties
DownloadDiscoveryReportDetails
Declaration
[Required(ErrorMessage = "DownloadDiscoveryReportDetails is required.")]
[HttpConverter(TargetEnum.Body)]
public DownloadDiscoveryReportDetails DownloadDiscoveryReportDetails { get; set; }Property Value
| Type | Description | 
|---|---|
| DownloadDiscoveryReportDetails | Details to download a discovery report. | 
Remarks
Required
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Unique identifier for the request. | 
SensitiveDataModelId
Declaration
[Required(ErrorMessage = "SensitiveDataModelId is required.")]
[HttpConverter(TargetEnum.Path, "sensitiveDataModelId")]
public string SensitiveDataModelId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the sensitive data model. | 
Remarks
Required