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

ListDomainsResponse

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

Response message for ListDomains

interface ListDomainsResponse {
domains?: Domain[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
domains?: Domain[]
[src]

A list of Managed Identities Service domains in the project.

§
nextPageToken?: string
[src]

A token to retrieve the next page of results, or empty if there are no more results in the list.

§
unreachable?: string[]
[src]

A list of locations that could not be reached.