ProfileAggregation

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

Bases: object

The profile aggregation provides information about the user profiles available on the database. For example, the user profile details include how many users have a given profile assigned and how many profiles have password verification function.

Methods

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

Attributes

defined_tags Gets the defined_tags of this ProfileAggregation.
freeform_tags Gets the freeform_tags of this ProfileAggregation.
items [Required] Gets the items of this ProfileAggregation.
__init__(**kwargs)

Initializes a new ProfileAggregation 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 ProfileAggregation.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ProfileAggregation.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ProfileAggregation.
defined_tags

Gets the defined_tags of this ProfileAggregation. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags

Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this ProfileAggregation.
Return type:dict(str, dict(str, object))
freeform_tags

Gets the freeform_tags of this ProfileAggregation. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags

Example: {“Department”: “Finance”}

Returns:The freeform_tags of this ProfileAggregation.
Return type:dict(str, str)
items

[Required] Gets the items of this ProfileAggregation. The array of profile aggregation data.

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