Show / Hide Table of Contents

Class SqlFirewallPolicyDimensions

The dimensions available for SQL Firewall policy analytics.

Inheritance
object
SqlFirewallPolicyDimensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class SqlFirewallPolicyDimensions

Properties

EnforcementScope

Declaration
[JsonProperty(PropertyName = "enforcementScope")]
[JsonConverter(typeof(ResponseEnumConverter))]
public SqlFirewallPolicyDimensions.EnforcementScopeEnum? EnforcementScope { get; set; }
Property Value
Type Description
SqlFirewallPolicyDimensions.EnforcementScopeEnum?

Specifies the SQL Firewall policy enforcement option.

LifecycleState

Declaration
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public SqlFirewallPolicyLifecycleState? LifecycleState { get; set; }
Property Value
Type Description
SqlFirewallPolicyLifecycleState?

The current state of the SQL Firewall policy.

SecurityPolicyId

Declaration
[JsonProperty(PropertyName = "securityPolicyId")]
public string SecurityPolicyId { get; set; }
Property Value
Type Description
string

The OCID of the security policy corresponding to the SQL Firewall policy.

ViolationAction

Declaration
[JsonProperty(PropertyName = "violationAction")]
[JsonConverter(typeof(ResponseEnumConverter))]
public SqlFirewallPolicyDimensions.ViolationActionEnum? ViolationAction { get; set; }
Property Value
Type Description
SqlFirewallPolicyDimensions.ViolationActionEnum?

Specifies the mode in which the SQL Firewall policy is enabled.

In this article
Back to top