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

Brand

import type { Brand } from "https://googleapis.deno.dev/v1/iap:v1.ts";

OAuth brand data. NOTE: Only contains a portion of the data that describes a brand.

interface Brand {
applicationTitle?: string;
readonly name?: string;
readonly orgInternalOnly?: boolean;
supportEmail?: string;
}

§Properties

§
applicationTitle?: string
[src]

Application name displayed on OAuth consent screen.

§
readonly name?: string
[src]

Output only. Identifier of the brand. NOTE: GCP project number achieves the same brand identification purpose as only one brand per project can be created.

§
readonly orgInternalOnly?: boolean
[src]

Output only. Whether the brand is only intended for usage inside the G Suite organization only.

§
supportEmail?: string
[src]

Support email displayed on the OAuth consent screen.