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
qID?: string
qName: string
qPassword: string
qType: string
qUsername: string