Type Alias Credential

type Credential = {
    createdAt?: string;
    datasourceID?: string;
    links?: dataCredentials.Link;
    qConnCount: number;
    qID: string;
    qName: string;
    qReferenceKey?: string;
    qType: string;
    updated?: string;
}
Index
createdAt?: string

Datetime when the credential was created.

datasourceID?: string

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

qConnCount: number

Number of linked connections.

qID: string

The unique identifier of the credential.

qName: string

The name of the credential.

qReferenceKey?: string

Internal reference key for the credential.

qType: string

The credential type.

updated?: string

Datetime when the credential was last updated.