Type Alias CredentialCreate

Credential

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

Properties

connectionId?: string

ID of connection that will be associated with the credential

datasourceID?: string

ID datasource that the credential is created for

qID?: string

UUID of the credential

qName: string

Name of the credential

qPassword: string

Password

qType: string

Type of credential (i.e. connector provider of the corresponding connection)

qUsername: string

User name