OciCacheUserCollection

class oci.redis.models.OciCacheUserCollection(**kwargs)

Bases: object

A list of OCI cache users that match filter criteria, if any.

Methods

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

Attributes

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

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

Parameters:items (list[oci.redis.models.OciCacheUserSummary]) – The value to assign to the items property of this OciCacheUserCollection.
items

[Required] Gets the items of this OciCacheUserCollection. A collection of OCI Cache users.

Returns:The items of this OciCacheUserCollection.
Return type:list[oci.redis.models.OciCacheUserSummary]