Auth0 · Schema

CreateConnectionProfileResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
id object
name object
organization object
connection_name_prefix_template object
enabled_features object
connection_config object
strategy_overrides object
View JSON Schema on GitHub

JSON Schema

auth0-createconnectionprofileresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateConnectionProfileResponseContent",
  "title": "CreateConnectionProfileResponseContent",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "id": {
      "$ref": "#/components/schemas/ConnectionProfileId"
    },
    "name": {
      "$ref": "#/components/schemas/ConnectionProfileName"
    },
    "organization": {
      "$ref": "#/components/schemas/ConnectionProfileOrganization"
    },
    "connection_name_prefix_template": {
      "$ref": "#/components/schemas/ConnectionNamePrefixTemplate"
    },
    "enabled_features": {
      "$ref": "#/components/schemas/ConnectionProfileEnabledFeatures"
    },
    "connection_config": {
      "$ref": "#/components/schemas/ConnectionProfileConfig"
    },
    "strategy_overrides": {
      "$ref": "#/components/schemas/ConnectionProfileStrategyOverrides"
    }
  }
}