Type Alias OrphanCredentialResItem

Orphan credential

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

Properties

created: string

Datetime when the credential was created

datasourceID?: string

ID datasource that the credential is created for

qID: string

UUID of the credential

qName: string

Name of the credential

qType: string

Type of credential (i.e. connector provider of the corresponding 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