Zitadel · JSON Structure

Zitadel Management Machine User Structure

Type: object Properties: 3 Required: 1
AuthenticationAuthorizationIdentity ManagementOpen SourceOAuth 2.0OIDC

MachineUser is a JSON Structure definition published by Zitadel, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/schema/v0 meta-schema.

Properties

name description accessTokenType

Meta-schema: https://json-structure.org/schema/v0

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/schema/v0",
  "name": "MachineUser",
  "type": "object",
  "properties": {
    "name": {"type": "string"},
    "description": {"type": "string"},
    "accessTokenType": {"type": "string"}
  },
  "required": ["name"]
}