Zitadel · Schema

ObjectDetails

AuthenticationAuthorizationIdentity ManagementOpen SourceOAuth 2.0OIDC

Properties

Name Type Description
sequence string
creationDate string
changeDate string
resourceOwner string
View JSON Schema on GitHub

JSON Schema

zitadel-objectdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ObjectDetails",
  "title": "ObjectDetails",
  "type": "object",
  "properties": {
    "sequence": {
      "type": "string"
    },
    "creationDate": {
      "type": "string",
      "format": "date-time"
    },
    "changeDate": {
      "type": "string",
      "format": "date-time"
    },
    "resourceOwner": {
      "type": "string"
    }
  }
}