ManagedListCollection¶
- 
class oci.cloud_guard.models.ManagedListCollection(**kwargs)¶
- Bases: - object- Collection of managed list summaries. - Methods - __init__(**kwargs)- Initializes a new ManagedListCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this ManagedListCollection. - locks- Gets the locks of this ManagedListCollection. - 
__init__(**kwargs)¶
- Initializes a new ManagedListCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.cloud_guard.models.ManagedListSummary]) – The value to assign to the items property of this ManagedListCollection.
- locks (list[oci.cloud_guard.models.ResourceLock]) – The value to assign to the locks property of this ManagedListCollection.
 
 - 
items¶
- [Required] Gets the items of this ManagedListCollection. List of ManagedListSummary resources - Returns: - The items of this ManagedListCollection. - Return type: - list[oci.cloud_guard.models.ManagedListSummary] 
 - 
locks¶
- Gets the locks of this ManagedListCollection. Locks associated with this resource. - Returns: - The locks of this ManagedListCollection. - Return type: - list[oci.cloud_guard.models.ResourceLock] 
 
-