AuditEventCollection¶
- 
class oci.data_safe.models.AuditEventCollection(**kwargs)¶
- Bases: - object- Collection of audit event summary. - Methods - __init__(**kwargs)- Initializes a new AuditEventCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this AuditEventCollection. - 
__init__(**kwargs)¶
- Initializes a new AuditEventCollection 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.AuditEventSummary]) – The value to assign to the items property of this AuditEventCollection. 
 - 
items¶
- [Required] Gets the items of this AuditEventCollection. Array of audit event summary. - Returns: - The items of this AuditEventCollection. - Return type: - list[oci.data_safe.models.AuditEventSummary] 
 
-