Auth0 · Schema

ConnectedAccountAccessTypeEnum

The access type for the connected account.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectedaccountaccesstypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectedAccountAccessTypeEnum",
  "title": "ConnectedAccountAccessTypeEnum",
  "type": "string",
  "description": "The access type for the connected account.",
  "enum": [
    "offline"
  ]
}