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

GoogleFirebaseAppcheckV1UpdateResourcePolicyRequest

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

Request message for the UpdateResourcePolicy method as well as an individual update message for the BatchUpdateResourcePolicies method.

interface GoogleFirebaseAppcheckV1UpdateResourcePolicyRequest {
updateMask?: string;
}

§Properties

§

Required. The ResourcePolicy to update. The ResourcePolicy's name field is used to identify the ResourcePolicy to be updated, in the format: projects/{project_number}/services/{service_id}/resourcePolicies/{resource_policy_id} Note that the service_id element must be a supported service ID. Currently, the following service IDs are supported: * oauth2.googleapis.com (Google Identity for iOS)

§
updateMask?: string
[src]

Required. A comma-separated list of names of fields in the ResourcePolicy to update. Example: enforcement_mode.