UserCollection¶
-
class
oci.database_management.models.
UserCollection
(**kwargs)¶ Bases:
object
A collection of users for a specific Managed Database.
Methods
__init__
(**kwargs)Initializes a new UserCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this UserCollection. -
__init__
(**kwargs)¶ Initializes a new UserCollection 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.UserSummary]) – The value to assign to the items property of this UserCollection.
-
items
¶ [Required] Gets the items of this UserCollection. An array of User resources.
Returns: The items of this UserCollection. Return type: list[oci.database_management.models.UserSummary]
-