authType field determines which credentials are required:
- PAT (Personal Access Token): Uses
host,httpPath, andaccessToken. Theportis optional (typically 443). - OAUTH_M2M (OAuth 2.0 Machine-to-Machine): Uses
host,httpPath,clientId, andclientSecret. Theportis optional (typically 443).

