ProxyUserCollection

class oci.database_management.models.ProxyUserCollection(**kwargs)

Bases: object

A collection of proxy users for the current user.

Methods

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

Attributes

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

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

Parameters:items (list[oci.database_management.models.ProxyUserSummary]) – The value to assign to the items property of this ProxyUserCollection.
items

[Required] Gets the items of this ProxyUserCollection. An array of user resources.

Returns:The items of this ProxyUserCollection.
Return type:list[oci.database_management.models.ProxyUserSummary]