enum APIAuthType { none, basic, apiKey, bearer, jwt, digest, oauth1, oauth2, } enum EnvironmentVariableType { variable, secret }