Microsoft Graph · Schema

microsoft.graph.akamaiWebApplicationFirewallProvider

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphakamaiwebapplicationfirewallprovider-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.akamaiWebApplicationFirewallProvider",
  "title": "microsoft.graph.akamaiWebApplicationFirewallProvider",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.webApplicationFirewallProvider"
    },
    {
      "title": "akamaiWebApplicationFirewallProvider",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "accessToken": {
          "type": "string",
          "description": "Akamai API access token used to authenticate to the Akamai account. Contact your Akamai Customer Success Manager for assistance with your accessToken.",
          "nullable": true
        },
        "clientSecret": {
          "type": "string",
          "description": "Akamai API client secret used in conjunction with the client token and access token for authentication. Contact your Akamai Customer Success Manager for assistance with this information.",
          "nullable": true
        },
        "clientToken": {
          "type": "string",
          "description": "Akamai API client token used for authentication to the Akamai account. Contact your Akamai Customer Success Manager for assistance with this information.",
          "nullable": true
        },
        "hostPrefix": {
          "type": "string",
          "description": "Prefix used to identify the host or domain in Akamai configuration operations. This value may be required for certain API calls or configuration scenarios.",
          "nullable": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.akamaiWebApplicationFirewallProvider"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.akamaiWebApplicationFirewallProvider"
}