DownloadMaskingReportDetails

class oci.data_safe.models.DownloadMaskingReportDetails(**kwargs)

Bases: object

Details to download a masking report.

Attributes

REPORT_FORMAT_PDF A constant which can be used with the report_format property of a DownloadMaskingReportDetails.
REPORT_FORMAT_XLS A constant which can be used with the report_format property of a DownloadMaskingReportDetails.
report_format [Required] Gets the report_format of this DownloadMaskingReportDetails.
report_id [Required] Gets the report_id of this DownloadMaskingReportDetails.

Methods

__init__(**kwargs) Initializes a new DownloadMaskingReportDetails object with values from keyword arguments.
REPORT_FORMAT_PDF = 'PDF'

A constant which can be used with the report_format property of a DownloadMaskingReportDetails. This constant has a value of “PDF”

REPORT_FORMAT_XLS = 'XLS'

A constant which can be used with the report_format property of a DownloadMaskingReportDetails. This constant has a value of “XLS”

__init__(**kwargs)

Initializes a new DownloadMaskingReportDetails 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 DownloadMaskingReportDetails.
  • report_format (str) – The value to assign to the report_format property of this DownloadMaskingReportDetails. Allowed values for this property are: “PDF”, “XLS”
report_format

[Required] Gets the report_format of this DownloadMaskingReportDetails. Format of the report.

Allowed values for this property are: “PDF”, “XLS”

Returns:The report_format of this DownloadMaskingReportDetails.
Return type:str
report_id

[Required] Gets the report_id of this DownloadMaskingReportDetails. The OCID of the masking report to be downloaded.

Returns:The report_id of this DownloadMaskingReportDetails.
Return type:str