Data Source: oci_waf_protection_capability

This data source provides details about a specific Protection Capability resource in Oracle Cloud Infrastructure Waf service.

Lists of protection capabilities filtered by query parameters.

Example Usage

data "oci_waf_protection_capability" "test_protection_capability" {
    #Required
    compartment_id = var.compartment_id

    #Optional
    display_name = var.protection_capability_display_name
    group_tag = var.protection_capability_group_tag
    is_latest_version = var.protection_capability_is_latest_version
    key = var.protection_capability_key
    type = var.protection_capability_type
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: