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

UserMetadata

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

Version control metadata for a user associated with a resolved codebase. Currently assumes a Git user.

interface UserMetadata {
readonly displayName?: string;
readonly email?: string;
readonly imageUri?: string;
}

§Properties

§
readonly displayName?: string
[src]

Output only. The 'name' field in a Git user's git.config. Required by Git.

§
readonly email?: string
[src]

Output only. The 'email' field in a Git user's git.config, if available.

§
readonly imageUri?: string
[src]

Output only. The URI of an image file associated with the user's account in an external source control provider, if available.