Interface CheckmarxClientOptions

Constructor options for CheckmarxClient.

interface CheckmarxClientOptions {
    apiPath: string;
    apiUrl: string;
    token: string;
}

Properties

Properties

apiPath: string

The API path to prepend to every request (e.g., 'api')

apiUrl: string

The host URL of the Checkmarx On-Premise instance (e.g., https://checkmarx.example.com)

token: string

The bearer token to authenticate with