Auth0 · Schema

ClientAddonWAMS

Windows Azure Mobile Services addon configuration.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
masterkey string Your master key for Windows Azure Mobile Services.
View JSON Schema on GitHub

JSON Schema

auth0-clientaddonwams-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientAddonWAMS",
  "title": "ClientAddonWAMS",
  "type": "object",
  "description": "Windows Azure Mobile Services addon configuration.",
  "additionalProperties": true,
  "properties": {
    "masterkey": {
      "type": "string",
      "description": "Your master key for Windows Azure Mobile Services."
    }
  }
}