Edit

Share via


webApplicationFirewallProvider resource type

Namespace: microsoft.graph

Represents the configuration of a web application firewall (WAF) provider in a Microsoft Entra External ID tenant. This abstract resource defines common properties for WAF providers integrated with Microsoft services.

This resource is an abstract type from which the following WAF provider resources derive:

Inherits from entity.

Methods

Method Return type Description
List webApplicationFirewallProvider collection Get a list of the webApplicationFirewallProvider objects and their properties.
Create webApplicationFirewallProvider Create a new webApplicationFirewallProvider object.
Get webApplicationFirewallProvider Read the properties and relationships of webApplicationFirewallProvider object.
Update webApplicationFirewallProvider Update the properties of a webApplicationFirewallProvider object.
Delete None Delete a webApplicationFirewallProvider object.
Verify webApplicationFirewallVerificationModel Initiate a verification operation for the provider and return the verification result.

Properties

Property Type Description
displayName String The display name of the WAF provider.
id String Unique identifier for the provider resource. Inherited from entity.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.webApplicationFirewallProvider",
  "id": "String (identifier)",
  "displayName": "String"
}