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
createdAt?: string

Datetime when the credential was created

datasourceID?: string

ID datasource that the credential is created for

qID: string

The unique identifier of the credential.

qName: string

Name of the credential

qType: string

The credential type, corresponding to the connector provider of the associated connection.

tenant?: string

Tenant ID of the credential's owner

updated: string

Datetime when the credential was last updated

user?: string

User ID of the credential's owner