MaskingPolicyHealthReportLogCollection

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

Bases: object

A collection of masking policy health log objects.

Methods

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

Attributes

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

Initializes a new MaskingPolicyHealthReportLogCollection 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.MaskingPolicyHealthReportLogSummary]) – The value to assign to the items property of this MaskingPolicyHealthReportLogCollection.
items

[Required] Gets the items of this MaskingPolicyHealthReportLogCollection. An array of masking policy health report objects.

Returns:The items of this MaskingPolicyHealthReportLogCollection.
Return type:list[oci.data_safe.models.MaskingPolicyHealthReportLogSummary]