Domain
import type { Domain } from "https://googleapis.deno.dev/v1/firebaseapphosting:v1.ts";
A domain name that is associated with a backend.
interface Domain {
annotations?: {};
[key: string]: string;
readonly createTime?: Date;
readonly customDomainStatus?: CustomDomainStatus;
readonly deleteTime?: Date;
disabled?: boolean;
displayName?: string;
readonly etag?: string;
labels?: {};
[key: string]: string;
name?: string;
readonly reconciling?: boolean;
serve?: ServingBehavior;
readonly type?: "TYPE_UNSPECIFIED" | "DEFAULT" | "CUSTOM";
readonly uid?: string;
readonly updateTime?: Date;
}§Properties
§
readonly customDomainStatus?: CustomDomainStatus
[src]Output only. Represents the state and configuration of a CUSTOM
type
domain. It is only present on Domains of that type.
§
displayName?: string
[src]Optional. Mutable human-readable name for the domain. 63 character limit.
e.g. prod domain
.
§
readonly etag?: string
[src]Output only. Server-computed checksum based on other values; may be sent on update or delete to ensure operation is done on expected resource.
§
name?: string
[src]Identifier. The resource name of the domain, e.g.
/projects/p/locations/l/backends/b/domains/foo.com
§
readonly reconciling?: boolean
[src]Output only. A field that, if true, indicates that the build has an ongoing LRO.
§
serve?: ServingBehavior
[src]Optional. The serving behavior of the domain. If specified, the domain will serve content other than its backend's live content.