MaskingReportCollection

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

Bases: object

A collection of masking report summary objects.

Methods

__init__(**kwargs) Initializes a new MaskingReportCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this MaskingReportCollection.
__init__(**kwargs)

Initializes a new MaskingReportCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.data_safe.models.MaskingReportSummary]) – The value to assign to the items property of this MaskingReportCollection.
items

[Required] Gets the items of this MaskingReportCollection. An array of masking report summary objects.

Returns:The items of this MaskingReportCollection.
Return type:list[oci.data_safe.models.MaskingReportSummary]