BulkDeleteSqlFirewallAllowedSqlsDetails

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

Bases: object

Details of the allowed SQLs to be deleted from the SQL firewall policy.

Methods

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

Attributes

selection [Required] Gets the selection of this BulkDeleteSqlFirewallAllowedSqlsDetails.
sql_firewall_policy_id [Required] Gets the sql_firewall_policy_id of this BulkDeleteSqlFirewallAllowedSqlsDetails.
__init__(**kwargs)

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

Parameters:
  • sql_firewall_policy_id (str) – The value to assign to the sql_firewall_policy_id property of this BulkDeleteSqlFirewallAllowedSqlsDetails.
  • selection (oci.data_safe.models.SelectionDetails) – The value to assign to the selection property of this BulkDeleteSqlFirewallAllowedSqlsDetails.
selection

[Required] Gets the selection of this BulkDeleteSqlFirewallAllowedSqlsDetails.

Returns:The selection of this BulkDeleteSqlFirewallAllowedSqlsDetails.
Return type:oci.data_safe.models.SelectionDetails
sql_firewall_policy_id

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

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