Interface IAPIKey

interface IAPIKey {
    created: string;
    createdByUser: string;
    description: string;
    expiry: string;
    id: string;
    lastUpdated: string;
    status: string;
    sub: string;
    subType: string;
    tenantId: string;
}

Properties

created: string
createdByUser: string
description: string
expiry: string
id: string
lastUpdated: string
status: string
sub: string
subType: string
tenantId: string