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