ObjectPrivilegeCollection

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

Bases: object

A collection of object privileges granted to the current user.

Methods

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

Attributes

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

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

[Required] Gets the items of this ObjectPrivilegeCollection. An array of object privileges.

Returns:The items of this ObjectPrivilegeCollection.
Return type:list[oci.database_management.models.ObjectPrivilegeSummary]