* `api_key` - api_key * `oauth` - oauth
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InstallCustomAuthTypeEnum", "title": "InstallCustomAuthTypeEnum", "enum": [ "api_key", "oauth" ], "type": "string", "description": "* `api_key` - api_key\n* `oauth` - oauth" }