Type Alias CredentialCreate

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
connectionId?: string

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

datasourceID?: string

The identifier of the data source this credential is created for.

qID?: string

The unique identifier of the credential.

qName: string

The name of the credential.

qPassword: string

Password

qType: string

The credential type, corresponding to the connector provider of the associated connection.

qUsername: string

User name