SqlFirewallViolationAnalyticsCollection

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

Bases: object

SQL violations summarized detail.

Methods

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

Attributes

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

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

Parameters:items (list[oci.data_safe.models.SqlFirewallViolationAggregation]) – The value to assign to the items property of this SqlFirewallViolationAnalyticsCollection.
items

[Required] Gets the items of this SqlFirewallViolationAnalyticsCollection. The aggregated data point items.

Returns:The items of this SqlFirewallViolationAnalyticsCollection.
Return type:list[oci.data_safe.models.SqlFirewallViolationAggregation]