Type Alias PostEndpointRequestWithDatasourceID

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

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