MaskingAnalyticsCollection

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

Bases: object

A collection of masking analytics summary objects.

Methods

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

Attributes

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

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

[Required] Gets the items of this MaskingAnalyticsCollection. An array of masking analytics summary objects.

Returns:The items of this MaskingAnalyticsCollection.
Return type:list[oci.data_safe.models.MaskingAnalyticsSummary]