PatchSqlFirewallAllowedSqlDetails

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

Bases: object

The details used to delete multiple allowed sqls.

Methods

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

Attributes

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

Initializes a new PatchSqlFirewallAllowedSqlDetails 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.PatchInstruction]) – The value to assign to the items property of this PatchSqlFirewallAllowedSqlDetails.
  • sql_firewall_policy_id (str) – The value to assign to the sql_firewall_policy_id property of this PatchSqlFirewallAllowedSqlDetails.
items

[Required] Gets the items of this PatchSqlFirewallAllowedSqlDetails. An array of patch instructions.

Returns:The items of this PatchSqlFirewallAllowedSqlDetails.
Return type:list[oci.data_safe.models.PatchInstruction]
sql_firewall_policy_id

[Required] Gets the sql_firewall_policy_id of this PatchSqlFirewallAllowedSqlDetails. The OCID of the SQL firewall policy whose allowed SQL needs to be deleted.

Returns:The sql_firewall_policy_id of this PatchSqlFirewallAllowedSqlDetails.
Return type:str