Zitadel · Schema

AppResponse

AuthenticationAuthorizationIdentity ManagementOpen SourceOAuth 2.0OIDC

Properties

Name Type Description
appId string
details object
clientId string
clientSecret string
View JSON Schema on GitHub

JSON Schema

zitadel-appresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AppResponse",
  "title": "AppResponse",
  "type": "object",
  "properties": {
    "appId": {
      "type": "string"
    },
    "details": {
      "$ref": "#/components/schemas/ObjectDetails"
    },
    "clientId": {
      "type": "string"
    },
    "clientSecret": {
      "type": "string"
    }
  }
}