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