risk_prevention_web_application_firewall_verifications_provider
Creates, updates, deletes, gets or lists a risk_prevention_web_application_firewall_verifications_provider resource.
Overview
| Name | risk_prevention_web_application_firewall_verifications_provider |
| Type | Resource |
| Id | entra_id.identity.risk_prevention_web_application_firewall_verifications_provider |
Fields
The following fields are returned by SELECT queries:
- get
Retrieved navigation property
| Name | Datatype | Description |
|---|---|---|
id | string | The unique identifier for an entity. Read-only. |
displayName | string | The display name of the WAF provider. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get | select | web_application_firewall_verification_model_id | Reference 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.
| Name | Datatype | Description |
|---|---|---|
web_application_firewall_verification_model_id | string | The unique identifier of webApplicationFirewallVerificationModel |
SELECT examples
- get
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
;