ManagedListTypeCollection

class oci.cloud_guard.models.ManagedListTypeCollection(**kwargs)

Bases: object

Collection of managed list type summaries.

Methods

__init__(**kwargs) Initializes a new ManagedListTypeCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this ManagedListTypeCollection.
locks Gets the locks of this ManagedListTypeCollection.
__init__(**kwargs)

Initializes a new ManagedListTypeCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
items

[Required] Gets the items of this ManagedListTypeCollection. List of ManagedListTypeSummary resources

Returns:The items of this ManagedListTypeCollection.
Return type:list[oci.cloud_guard.models.ManagedListTypeSummary]
locks

Gets the locks of this ManagedListTypeCollection. Locks associated with this resource.

Returns:The locks of this ManagedListTypeCollection.
Return type:list[oci.cloud_guard.models.ResourceLock]