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

V1GenerateServiceAccountResponse

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

Response message for the GenerateServiceAccount method. This response message is assigned to the response field of the returned Operation when that operation is done.

interface V1GenerateServiceAccountResponse {
account?: V1ServiceAccount;
}

§Properties

§

ServiceAccount that was created or retrieved.