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