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