SqlFirewallViolationAggregation

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

Bases: object

The details of SQL violations aggregation items.

Methods

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

Attributes

count [Required] Gets the count of this SqlFirewallViolationAggregation.
dimensions Gets the dimensions of this SqlFirewallViolationAggregation.
display_name Gets the display_name of this SqlFirewallViolationAggregation.
metric_name [Required] Gets the metric_name of this SqlFirewallViolationAggregation.
time_ended [Required] Gets the time_ended of this SqlFirewallViolationAggregation.
time_started [Required] Gets the time_started of this SqlFirewallViolationAggregation.
__init__(**kwargs)

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

Parameters:
  • display_name (str) – The value to assign to the display_name property of this SqlFirewallViolationAggregation.
  • metric_name (str) – The value to assign to the metric_name property of this SqlFirewallViolationAggregation.
  • time_started (datetime) – The value to assign to the time_started property of this SqlFirewallViolationAggregation.
  • time_ended (datetime) – The value to assign to the time_ended property of this SqlFirewallViolationAggregation.
  • count (int) – The value to assign to the count property of this SqlFirewallViolationAggregation.
  • dimensions (oci.data_safe.models.SqlFirewallViolationAggregationDimensions) – The value to assign to the dimensions property of this SqlFirewallViolationAggregation.
count

[Required] Gets the count of this SqlFirewallViolationAggregation. Total count of aggregated value.

Returns:The count of this SqlFirewallViolationAggregation.
Return type:int
dimensions

Gets the dimensions of this SqlFirewallViolationAggregation.

Returns:The dimensions of this SqlFirewallViolationAggregation.
Return type:oci.data_safe.models.SqlFirewallViolationAggregationDimensions
display_name

Gets the display_name of this SqlFirewallViolationAggregation. The display name of aggregation field.

Returns:The display_name of this SqlFirewallViolationAggregation.
Return type:str
metric_name

[Required] Gets the metric_name of this SqlFirewallViolationAggregation. The name of the aggregation.

Returns:The metric_name of this SqlFirewallViolationAggregation.
Return type:str
time_ended

[Required] Gets the time_ended of this SqlFirewallViolationAggregation. The time at which the aggregation ended.

Returns:The time_ended of this SqlFirewallViolationAggregation.
Return type:datetime
time_started

[Required] Gets the time_started of this SqlFirewallViolationAggregation. The time at which the aggregation started.

Returns:The time_started of this SqlFirewallViolationAggregation.
Return type:datetime