FindingsChangeAuditLogCollection¶
-
class
oci.data_safe.models.
FindingsChangeAuditLogCollection
(**kwargs)¶ Bases:
object
A collection of of all finding risk change audit log summary objects.
Methods
__init__
(**kwargs)Initializes a new FindingsChangeAuditLogCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this FindingsChangeAuditLogCollection. -
__init__
(**kwargs)¶ Initializes a new FindingsChangeAuditLogCollection 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.FindingsChangeAuditLogSummary]) – The value to assign to the items property of this FindingsChangeAuditLogCollection.
-
items
¶ [Required] Gets the items of this FindingsChangeAuditLogCollection. An array of finding risk change audit log summary objects.
Returns: The items of this FindingsChangeAuditLogCollection. Return type: list[oci.data_safe.models.FindingsChangeAuditLogSummary]
-