@webitel/api-services
    Preparing search index...

    Interface ApiLicenseV1

    interface ApiLicenseV1 {
        competitive?: boolean;
        id?: string;
        limit?: number;
        name?: string;
        notAfter?: string;
        notBefore?: string;
        product?: string;
        remain?: number;
        scope?: string[];
        status?: ApiVerification;
        users?: ApiLicenseUser[];
    }
    Index

    Properties

    competitive?: boolean
    id?: string
    limit?: number
    name?: string
    notAfter?: string
    notBefore?: string
    product?: string
    remain?: number

    available

    scope?: string[]

    list of known classes, &this product grants mandatory access to, e.g.: 'users', 'roles', 'cc_agent', 'calendars', ...

    users?: ApiLicenseUser[]