Type Alias PostEndpointRequestWithConnectionString

type PostEndpointRequestWithConnectionString = {
    checkCredentials?: boolean;
    connectionString: string;
    reloadId?: string;
    type?: "rld" | "dq";
}
Index
checkCredentials?: boolean

When true, verifies that user credentials are present for connections configured with separate credentials. The default is false.

connectionString: string

Connection string in Qlik CONNECT format.

reloadId?: string

Unique identifier of the reload session associated with this endpoint request.

type?: "rld" | "dq"

Type of endpoint to provision.