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

UsersSshPublicKeysPatchOptions

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

Additional options for OSLogin#usersSshPublicKeysPatch.

interface UsersSshPublicKeysPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Mask to control which fields get updated. Updates all if not present.