SqlFirewallAllowedSqlAnalyticsCollection¶
-
class
oci.data_safe.models.
SqlFirewallAllowedSqlAnalyticsCollection
(**kwargs)¶ Bases:
object
SQL Firewall allowed SQL analytics collection.
Methods
__init__
(**kwargs)Initializes a new SqlFirewallAllowedSqlAnalyticsCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this SqlFirewallAllowedSqlAnalyticsCollection. -
__init__
(**kwargs)¶ Initializes a new SqlFirewallAllowedSqlAnalyticsCollection 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.SqlFirewallAllowedSqlAggregation]) – The value to assign to the items property of this SqlFirewallAllowedSqlAnalyticsCollection.
-
items
¶ [Required] Gets the items of this SqlFirewallAllowedSqlAnalyticsCollection. The aggregated data point items.
Returns: The items of this SqlFirewallAllowedSqlAnalyticsCollection. Return type: list[oci.data_safe.models.SqlFirewallAllowedSqlAggregation]
-