Class GenerateMaskingReportForDownloadDetails
Details to generate a downloadable masking report.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class GenerateMaskingReportForDownloadDetails
Properties
ReportFormat
Declaration
[Required(ErrorMessage = "ReportFormat is required.")]
[JsonProperty(PropertyName = "reportFormat")]
[JsonConverter(typeof(StringEnumConverter))]
public GenerateMaskingReportForDownloadDetails.ReportFormatEnum? ReportFormat { get; set; }
Property Value
Type | Description |
---|---|
GenerateMaskingReportForDownloadDetails.ReportFormatEnum? | Format of the report. |
Remarks
Required
ReportId
Declaration
[Required(ErrorMessage = "ReportId is required.")]
[JsonProperty(PropertyName = "reportId")]
public string ReportId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the masking report for which a downloadable file is to be generated. |
Remarks
Required