UpdateSqlFirewallConfigDetails¶
-
class
oci.data_safe.models.
UpdateSqlFirewallConfigDetails
(**kwargs)¶ Bases:
object
Details to update the SQL Firewall config.
Attributes
EXCLUDE_JOB_EXCLUDED
A constant which can be used with the exclude_job property of a UpdateSqlFirewallConfigDetails. EXCLUDE_JOB_INCLUDED
A constant which can be used with the exclude_job property of a UpdateSqlFirewallConfigDetails. STATUS_DISABLED
A constant which can be used with the status property of a UpdateSqlFirewallConfigDetails. STATUS_ENABLED
A constant which can be used with the status property of a UpdateSqlFirewallConfigDetails. VIOLATION_LOG_AUTO_PURGE_DISABLED
A constant which can be used with the violation_log_auto_purge property of a UpdateSqlFirewallConfigDetails. VIOLATION_LOG_AUTO_PURGE_ENABLED
A constant which can be used with the violation_log_auto_purge property of a UpdateSqlFirewallConfigDetails. exclude_job
Gets the exclude_job of this UpdateSqlFirewallConfigDetails. status
Gets the status of this UpdateSqlFirewallConfigDetails. violation_log_auto_purge
Gets the violation_log_auto_purge of this UpdateSqlFirewallConfigDetails. Methods
__init__
(**kwargs)Initializes a new UpdateSqlFirewallConfigDetails object with values from keyword arguments. -
EXCLUDE_JOB_EXCLUDED
= 'EXCLUDED'¶ A constant which can be used with the exclude_job property of a UpdateSqlFirewallConfigDetails. This constant has a value of “EXCLUDED”
-
EXCLUDE_JOB_INCLUDED
= 'INCLUDED'¶ A constant which can be used with the exclude_job property of a UpdateSqlFirewallConfigDetails. This constant has a value of “INCLUDED”
-
STATUS_DISABLED
= 'DISABLED'¶ A constant which can be used with the status property of a UpdateSqlFirewallConfigDetails. This constant has a value of “DISABLED”
-
STATUS_ENABLED
= 'ENABLED'¶ A constant which can be used with the status property of a UpdateSqlFirewallConfigDetails. This constant has a value of “ENABLED”
-
VIOLATION_LOG_AUTO_PURGE_DISABLED
= 'DISABLED'¶ A constant which can be used with the violation_log_auto_purge property of a UpdateSqlFirewallConfigDetails. This constant has a value of “DISABLED”
-
VIOLATION_LOG_AUTO_PURGE_ENABLED
= 'ENABLED'¶ A constant which can be used with the violation_log_auto_purge property of a UpdateSqlFirewallConfigDetails. This constant has a value of “ENABLED”
-
__init__
(**kwargs)¶ Initializes a new UpdateSqlFirewallConfigDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - status (str) – The value to assign to the status property of this UpdateSqlFirewallConfigDetails. Allowed values for this property are: “ENABLED”, “DISABLED”
- violation_log_auto_purge (str) – The value to assign to the violation_log_auto_purge property of this UpdateSqlFirewallConfigDetails. Allowed values for this property are: “ENABLED”, “DISABLED”
- exclude_job (str) – The value to assign to the exclude_job property of this UpdateSqlFirewallConfigDetails. Allowed values for this property are: “EXCLUDED”, “INCLUDED”
-
exclude_job
¶ Gets the exclude_job of this UpdateSqlFirewallConfigDetails. Specifies whether the firewall should include or exclude the database internal job activities.
Allowed values for this property are: “EXCLUDED”, “INCLUDED”
Returns: The exclude_job of this UpdateSqlFirewallConfigDetails. Return type: str
-
status
¶ Gets the status of this UpdateSqlFirewallConfigDetails. Specifies whether the firewall is enabled or disabled on the target database.
Allowed values for this property are: “ENABLED”, “DISABLED”
Returns: The status of this UpdateSqlFirewallConfigDetails. Return type: str
-
violation_log_auto_purge
¶ Gets the violation_log_auto_purge of this UpdateSqlFirewallConfigDetails. Specifies whether Data Safe should automatically purge the violation logs from the database after collecting the violation logs and persisting on Data Safe.
Allowed values for this property are: “ENABLED”, “DISABLED”
Returns: The violation_log_auto_purge of this UpdateSqlFirewallConfigDetails. Return type: str
-