Skip to main content

risk_prevention_web_application_firewall_verifications_provider

Creates, updates, deletes, gets or lists a risk_prevention_web_application_firewall_verifications_provider resource.

Overview

Namerisk_prevention_web_application_firewall_verifications_provider
TypeResource
Identra_id.identity.risk_prevention_web_application_firewall_verifications_provider

Fields

The following fields are returned by SELECT queries:

Retrieved navigation property

NameDatatypeDescription
idstringThe unique identifier for an entity. Read-only.
displayNamestringThe display name of the WAF provider.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectweb_application_firewall_verification_model_idReference to a provider resource associated with this verification model. Represents a WAF provider that can be used to verify or manage the host.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
web_application_firewall_verification_model_idstringThe unique identifier of webApplicationFirewallVerificationModel

SELECT examples

Reference to a provider resource associated with this verification model. Represents a WAF provider that can be used to verify or manage the host.

SELECT
id,
displayName
FROM entra_id.identity.risk_prevention_web_application_firewall_verifications_provider
WHERE web_application_firewall_verification_model_id = '{{ web_application_firewall_verification_model_id }}' -- required
;