UserLicense
import type { UserLicense } from "https://googleapis.deno.dev/v1/appsmarket:v2.ts";interface UserLicense {
applicationId?: string;
customerId?: string;
editionId?: string;
enabled?: boolean;
id?: string;
kind?: string;
state?: string;
userId?: string;
}§Properties
§
state?: string
[src]The user's licensing status. One of: - ACTIVE: The user has a valid
license and should be permitted to use the application. - UNLICENSED: The
administrator of this user's domain never assigned a seat for the
application to this user. - EXPIRED: The administrator assigned a seat to
this user, but the license is expired.