GenerateMaskingReportForDownloadDetails¶
- 
class oci.data_safe.models.GenerateMaskingReportForDownloadDetails(**kwargs)¶
- Bases: - object- Details to generate a downloadable masking report. - Attributes - REPORT_FORMAT_PDF- A constant which can be used with the report_format property of a GenerateMaskingReportForDownloadDetails. - REPORT_FORMAT_XLS- A constant which can be used with the report_format property of a GenerateMaskingReportForDownloadDetails. - report_format- [Required] Gets the report_format of this GenerateMaskingReportForDownloadDetails. - report_id- [Required] Gets the report_id of this GenerateMaskingReportForDownloadDetails. - Methods - __init__(**kwargs)- Initializes a new GenerateMaskingReportForDownloadDetails object with values from keyword arguments. - 
REPORT_FORMAT_PDF= 'PDF'¶
- A constant which can be used with the report_format property of a GenerateMaskingReportForDownloadDetails. This constant has a value of “PDF” 
 - 
REPORT_FORMAT_XLS= 'XLS'¶
- A constant which can be used with the report_format property of a GenerateMaskingReportForDownloadDetails. This constant has a value of “XLS” 
 - 
__init__(**kwargs)¶
- Initializes a new GenerateMaskingReportForDownloadDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - report_id (str) – The value to assign to the report_id property of this GenerateMaskingReportForDownloadDetails.
- report_format (str) – The value to assign to the report_format property of this GenerateMaskingReportForDownloadDetails. Allowed values for this property are: “PDF”, “XLS”
 
 - 
report_format¶
- [Required] Gets the report_format of this GenerateMaskingReportForDownloadDetails. Format of the report. - Allowed values for this property are: “PDF”, “XLS” - Returns: - The report_format of this GenerateMaskingReportForDownloadDetails. - Return type: - str 
 - 
report_id¶
- [Required] Gets the report_id of this GenerateMaskingReportForDownloadDetails. The OCID of the masking report for which a downloadable file is to be generated. - Returns: - The report_id of this GenerateMaskingReportForDownloadDetails. - Return type: - str 
 
-