InboundOidcSsoProfilesPatchOptions
import type { InboundOidcSsoProfilesPatchOptions } from "https://googleapis.deno.dev/v1/cloudidentity:v1.ts";
Additional options for CloudIdentity#inboundOidcSsoProfilesPatch.
interface InboundOidcSsoProfilesPatchOptions {
updateMask?: string;
}