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

SignupUrlsCreateOptions

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

Additional options for AndroidManagement#signupUrlsCreate.

interface SignupUrlsCreateOptions {
callbackUrl?: string;
projectId?: string;
}

§Properties

§
callbackUrl?: string
[src]

The callback URL that the admin will be redirected to after successfully creating an enterprise. Before redirecting there the system will add a query parameter to this URL named enterpriseToken which will contain an opaque token to be used for the create enterprise request. The URL will be parsed then reformatted in order to add the enterpriseToken parameter, so there may be some minor formatting changes.

§
projectId?: string
[src]

The ID of the Google Cloud Platform project which will own the enterprise.