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

GoogleFirebaseAppcheckV1BatchUpdateResourcePoliciesRequest

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

Request message for the BatchUpdateResourcePolicies method.

interface GoogleFirebaseAppcheckV1BatchUpdateResourcePoliciesRequest {
updateMask?: string;
}

§Properties

§

Required. The request messages specifying the ResourcePolicy objects to update. A maximum of 100 objects can be updated in a batch.

§
updateMask?: string
[src]

Optional. A comma-separated list of names of fields in the ResourcePolicy objects to update. Example: enforcement_mode. If this field is present, the update_mask field in the UpdateResourcePolicyRequest messages must all match this field, or the entire batch fails and no updates will be committed.