AuditEventAnalyticsCollection¶
-
class
oci.data_safe.models.
AuditEventAnalyticsCollection
(**kwargs)¶ Bases:
object
Audit events summarized detail.
Methods
__init__
(**kwargs)Initializes a new AuditEventAnalyticsCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this AuditEventAnalyticsCollection. -
__init__
(**kwargs)¶ Initializes a new AuditEventAnalyticsCollection 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.AuditEventAggregationItems]) – The value to assign to the items property of this AuditEventAnalyticsCollection.
-
items
¶ [Required] Gets the items of this AuditEventAnalyticsCollection. The aggregated data point items.
Returns: The items of this AuditEventAnalyticsCollection. Return type: list[oci.data_safe.models.AuditEventAggregationItems]
-