Type Alias PostEndpointRequestWithConnectionId

type PostEndpointRequestWithConnectionId = {
    checkCredentials?: boolean;
    connectionId: 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.

connectionId: string

The unique identifier of the connection to use for the endpoint.

reloadId?: string

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

type?: "rld" | "dq"

Type of endpoint to provision.