Auth0 · Schema

ClientAddonNewRelic

New Relic SSO configuration.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
account string Your New Relic Account ID found in your New Relic URL after the `/accounts/` path. e.g. `https://rpm.newrelic.com/accounts/123456/query` would be `123456`.
View JSON Schema on GitHub

JSON Schema

auth0-clientaddonnewrelic-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientAddonNewRelic",
  "title": "ClientAddonNewRelic",
  "type": "object",
  "description": "New Relic SSO configuration.",
  "additionalProperties": true,
  "properties": {
    "account": {
      "type": "string",
      "description": "Your New Relic Account ID found in your New Relic URL after the `/accounts/` path. e.g. `https://rpm.newrelic.com/accounts/123456/query` would be `123456`."
    }
  }
}