SqlFirewallAllowedSqlCollection

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

Bases: object

Collection of SQL Firewall allowed SQL statements.

Methods

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

Attributes

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

Initializes a new SqlFirewallAllowedSqlCollection 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.SqlFirewallAllowedSqlSummary]) – The value to assign to the items property of this SqlFirewallAllowedSqlCollection.
items

[Required] Gets the items of this SqlFirewallAllowedSqlCollection. Array of SQL Firewall allowed SQL statements.

Returns:The items of this SqlFirewallAllowedSqlCollection.
Return type:list[oci.data_safe.models.SqlFirewallAllowedSqlSummary]