interface IApiKey {
    client_id: string;
    name: string;
    organization_id: string;
    profile?: IProfile;
    profile_id: string;
}

Hierarchy (view full)

Properties

client_id: string
name: string
organization_id: string
profile?: IProfile
profile_id: string