Type Alias PostEndpointRequestWithConnectionString

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

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