Show / Hide Table of Contents

Class GenerateMaskingReportForDownloadDetails

Details to generate a downloadable masking report.

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

In this article
Back to top