Zitadel · Schema

MachineUser

AuthenticationAuthorizationIdentity ManagementOpen SourceOAuth 2.0OIDC

Properties

Name Type Description
name string
description string
accessTokenType string
View JSON Schema on GitHub

JSON Schema

zitadel-machineuser-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MachineUser",
  "title": "MachineUser",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "accessTokenType": {
      "type": "string"
    }
  }
}