ConsumerGroupPrivilegeCollection¶
-
class
oci.database_management.models.
ConsumerGroupPrivilegeCollection
(**kwargs)¶ Bases:
object
A collection of consumer group privileges granted to the current user.
Methods
__init__
(**kwargs)Initializes a new ConsumerGroupPrivilegeCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ConsumerGroupPrivilegeCollection. -
__init__
(**kwargs)¶ Initializes a new ConsumerGroupPrivilegeCollection 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.ConsumerGroupPrivilegeSummary]) – The value to assign to the items property of this ConsumerGroupPrivilegeCollection.
-
items
¶ [Required] Gets the items of this ConsumerGroupPrivilegeCollection. An array of consumer group privileges.
Returns: The items of this ConsumerGroupPrivilegeCollection. Return type: list[oci.database_management.models.ConsumerGroupPrivilegeSummary]
-