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

ProjectsLocationsGlobalDomainsCreateOptions

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

Additional options for Managedidentities#projectsLocationsGlobalDomainsCreate.

interface ProjectsLocationsGlobalDomainsCreateOptions {
domainName?: string;
}

§Properties

§
domainName?: string
[src]

Required. The fully qualified domain name. e.g. mydomain.myorganization.com, with the following restrictions: * Must contain only lowercase letters, numbers, periods and hyphens. * Must start with a letter. * Must contain between 2-64 characters. * Must end with a number or a letter. * Must not start with period. * First segment length (mydomain for example above) shouldn't exceed 15 chars. * The last segment cannot be fully numeric. * Must be unique within the customer project.