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

ResetAdminPasswordResponse

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

Response message for ResetAdminPassword

interface ResetAdminPasswordResponse {
password?: string;
}

§Properties

§
password?: string
[src]

A random password. See admin for more information.