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