ProxiedForUserCollection

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

Bases: object

A collection of users on whose behalf the current user acts as proxy.

Methods

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

Attributes

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

Initializes a new ProxiedForUserCollection 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.ProxiedForUserSummary]) – The value to assign to the items property of this ProxiedForUserCollection.
items

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

Returns:The items of this ProxiedForUserCollection.
Return type:list[oci.database_management.models.ProxiedForUserSummary]