The application type.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_type", "title": "access_type", "description": "The application type.", "enum": [ "self_hosted", "saas", "ssh", "vnc", "app_launcher", "warp", "biso", "bookmark", "dash_sso" ], "example": "self_hosted", "type": "string" }