Type Alias PostEndpointRequestWithConnectionId

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

Properties

checkCredentials?: boolean

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

connectionId: string
reloadId?: string
type?: "rld" | "dq"