AlertsAggregationDimension

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

Bases: object

Details of aggregation dimension summarizing alerts.

Methods

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

Attributes

group_by [Required] Gets the group_by of this AlertsAggregationDimension.
__init__(**kwargs)

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

Parameters:group_by (dict(str, str)) – The value to assign to the group_by property of this AlertsAggregationDimension.
group_by

[Required] Gets the group_by of this AlertsAggregationDimension. GroupBy value used in aggregation.

Returns:The group_by of this AlertsAggregationDimension.
Return type:dict(str, str)