Type Alias OrphanCredentialResItem

An orphan credential not associated with any data connection.

type OrphanCredentialResItem = {
    createdAt?: string;
    datasourceID?: string;
    qID: string;
    qName: string;
    qType: string;
    tenant?: string;
    updated: string;
    user?: string;
}
Index

Properties

createdAt?: string

Datetime when the credential was created

datasourceID?: string
qID: string
qName: string
qType: string
tenant?: string
updated: string
user?: string