Request body for creating or updating a new data credential.

type CredentialCreate = {
    connectionId?: string;
    datasourceID?: string;
    qID?: string;
    qName: string;
    qPassword: string;
    qType: string;
    qUsername: string;
}
Index

Properties

connectionId?: string

The identifier of the data connection to associate with this credential.

datasourceID?: string
qID?: string
qName: string
qPassword: string
qType: string
qUsername: string