Module Values.BatchUpdateFirewallRuleResultSource

Information about a firewall rule that was updated in a batch operation.

Sourcetype nonrec t = {
  1. action : FirewallRuleAction.t option;
    (*

    The action configured for the updated firewall rule.

    *)
  2. blockOverrideDnsType : BlockOverrideDnsQueryType.t option;
    (*

    The DNS record type configured for the updated firewall rule's custom response.

    *)
  3. blockOverrideDomain : Domain.t option;
    (*

    The custom domain name configured for the updated firewall rule's BLOCK response.

    *)
  4. blockOverrideTtl : BlockOverrideTtl.t option;
    (*

    The TTL value configured for the updated firewall rule's custom response.

    *)
  5. blockResponse : FirewallBlockResponse.t option;
    (*

    The type of block response configured for the updated firewall rule.

    *)
  6. clientToken : ClientToken.t option;
    (*

    The unique string that identified the request and ensured idempotency.

    *)
  7. confidenceThreshold : ConfidenceThreshold.t option;
    (*

    The confidence threshold configured for the updated firewall rule's advanced threat detection.

    *)
  8. createdAt : ISO8601TimeString.t option;
    (*

    The date and time when the firewall rule was originally created.

    *)
  9. description : ResourceDescription.t option;
    (*

    The description of the updated firewall rule.

    *)
  10. dnsAdvancedProtection : DnsAdvancedProtection.t option;
    (*

    Whether advanced DNS threat protection is enabled for the updated firewall rule.

    *)
  11. firewallDomainListId : ResourceId.t option;
    (*

    The ID of the firewall domain list associated with the updated firewall rule.

    *)
  12. id : ResourceId.t option;
    (*

    The unique identifier of the updated firewall rule.

    *)
  13. name : ResourceName.t option;
    (*

    The name of the updated firewall rule.

    *)
  14. priority : FirewallRulePriority.t option;
    (*

    The priority of the updated firewall rule.

    *)
  15. dnsViewId : ResourceId.t option;
    (*

    The ID of the DNS view associated with the updated firewall rule.

    *)
  16. queryType : DnsQueryType.t option;
    (*

    The DNS query type that the updated firewall rule matches.

    *)
  17. status : CRResourceStatus.t option;
    (*

    The current status of the updated firewall rule.

    *)
  18. updatedAt : ISO8601TimeString.t option;
    (*

    The date and time when the firewall rule was last updated.

    *)
}
Sourceval make : ?action:??? -> ?blockOverrideDnsType:??? -> ?blockOverrideDomain:??? -> ?blockOverrideTtl:??? -> ?blockResponse:??? -> ?clientToken:??? -> ?confidenceThreshold:??? -> ?createdAt:??? -> ?description:??? -> ?dnsAdvancedProtection:??? -> ?firewallDomainListId:??? -> ?id:??? -> ?name:??? -> ?priority:??? -> ?dnsViewId:??? -> ?queryType:??? -> ?status:??? -> ?updatedAt:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of BlockOverrideTtl.t | `Long of FirewallRulePriority.t | `String of Domain.t | `Timestamp of ISO8601TimeString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t