A metric that provides insight into the active licence details

interface LicenseMetric {
    key?: string;
    value?: string;
}

Properties

Properties

key?: string

The key of a specific license metric.

value?: string

The calculated value of a licence metric linked to the key. An example licence metric is the approximate number of user accounts.