AuditProfileAnalyticCollection

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

Bases: object

Details of audit profile analytic summary.

Methods

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

Attributes

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

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

[Required] Gets the items of this AuditProfileAnalyticCollection. Array of audit profile aggregration data.

Returns:The items of this AuditProfileAnalyticCollection.
Return type:list[oci.data_safe.models.AuditProfileAggregationItems]