Stytch · Schema

api_organization_v1_ActiveSCIMConnection

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
connection_id string The ID of the SCIM connection.
display_name string A human-readable display name for the connection.
bearer_token_last_four string
bearer_token_expires_at string
View JSON Schema on GitHub

JSON Schema

stytch-api-organization-v1-activescimconnection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_organization_v1_ActiveSCIMConnection",
  "title": "api_organization_v1_ActiveSCIMConnection",
  "type": "object",
  "properties": {
    "connection_id": {
      "type": "string",
      "description": "The ID of the SCIM connection."
    },
    "display_name": {
      "type": "string",
      "description": "A human-readable display name for the connection."
    },
    "bearer_token_last_four": {
      "type": "string"
    },
    "bearer_token_expires_at": {
      "type": "string"
    }
  },
  "required": [
    "connection_id",
    "display_name",
    "bearer_token_last_four"
  ]
}