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