Show / Hide Table of Contents

Class BulkDeleteSqlFirewallAllowedSqlsDetails

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

Inheritance
object
BulkDeleteSqlFirewallAllowedSqlsDetails
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 BulkDeleteSqlFirewallAllowedSqlsDetails

Properties

Selection

Declaration
[Required(ErrorMessage = "Selection is required.")]
[JsonProperty(PropertyName = "selection")]
public SelectionDetails Selection { get; set; }
Property Value
Type Description
SelectionDetails
Remarks

Required

SqlFirewallPolicyId

Declaration
[Required(ErrorMessage = "SqlFirewallPolicyId is required.")]
[JsonProperty(PropertyName = "sqlFirewallPolicyId")]
public string SqlFirewallPolicyId { get; set; }
Property Value
Type Description
string

The OCID of the SQL firewall policy whose allowed SQLs needs to be deleted.

Remarks

Required

In this article
Back to top