UserAggregation

class oci.data_safe.models.UserAggregation(**kwargs)

Bases: object

The user aggregation provides information about the overall security state of database users. For example, it states how many users have the DBA role and how many users are in the critical category.

Methods

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

Attributes

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

Initializes a new UserAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[dict(str, object)]) – The value to assign to the items property of this UserAggregation.
items

[Required] Gets the items of this UserAggregation. The array of user aggregation data.

Returns:The items of this UserAggregation.
Return type:list[dict(str, object)]