RoleCollection

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

Bases: object

A collection of roles granted to the current User.

Methods

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

Attributes

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

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

[Required] Gets the items of this RoleCollection. An array of roles.

Returns:The items of this RoleCollection.
Return type:list[oci.database_management.models.RoleSummary]