Auth0 · Schema

EmailSparkPostRegionEnum

Set to eu to use SparkPost service hosted in Western Europe. To use SparkPost hosted in North America, set it to null.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-emailsparkpostregionenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmailSparkPostRegionEnum",
  "title": "EmailSparkPostRegionEnum",
  "description": "Set to <code>eu</code> to use SparkPost service hosted in Western Europe. To use SparkPost hosted in North America, set it to <code>null</code>.",
  "enum": [
    "eu",
    null
  ]
}