Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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

§
applicationId?: string
[src]

The ID of the application corresponding to the license query.

§
customerId?: string
[src]

The domain name of the user.

§
editionId?: string
[src]

(Deprecated)

§
enabled?: boolean
[src]

The domain administrator has activated the application for this domain.

§
id?: string
[src]

The ID of user license.

§
kind?: string
[src]

The type of API resource. This is always appsmarket#userLicense.

§
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.

§
userId?: string
[src]

The email address of the user.