Type Alias ConnectionUpdate

type ConnectionUpdate = {
    datasourceID?: string;
    qArchitecture?: 0 | 1;
    qConnectionSecret?: string;
    qConnectStatement: string;
    qCredentialsID?: string;
    qCredentialsName?: string;
    qEngineObjectID: string;
    qID: string;
    qLogOn?: "0" | "1" | "LOG_ON_SERVICE_USER" | "LOG_ON_CURRENT_USER";
    qName: string;
    qPassword?: string;
    qSeparateCredentials?: boolean;
    qType: string;
    qUsername?: string;
    space?: string;
}
Index

Properties

datasourceID?: string

ID of the datasource associated with this connection

qArchitecture?: 0 | 1
qConnectionSecret?: string
qConnectStatement: string
qCredentialsID?: string
qCredentialsName?: string
qEngineObjectID: string
qID: string
qLogOn?: "0" | "1" | "LOG_ON_SERVICE_USER" | "LOG_ON_CURRENT_USER"
qName: string
qPassword?: string
qSeparateCredentials?: boolean
qType: string
qUsername?: string
space?: string