Type Alias Credential

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

Properties

created?: string

Datetime when the credential was created

datasourceID?: string

ID datasource that the credential is created for

links?: Link
qConnCount: number

Number of linked connections

qID: string

UUID of the credential

qName: string

Name of the credential

qReferenceKey?: string

Reference key of credential in redis

qType: string

Type of credential

updated?: string

Datetime when the credential was last updated