ProjectsServicesResourcePoliciesDeleteOptions
import type { ProjectsServicesResourcePoliciesDeleteOptions } from "https://googleapis.deno.dev/v1/firebaseappcheck:v1.ts";
Additional options for FirebaseAppCheck#projectsServicesResourcePoliciesDelete.
interface ProjectsServicesResourcePoliciesDeleteOptions {
etag?: string;
}§Properties
§
etag?: string
[src]The checksum to be validated against the current ResourcePolicy, to ensure the client has an up-to-date value before proceeding. This checksum is computed by the server based on the values of fields in the ResourcePolicy object, and can be obtained from the ResourcePolicy object received from the last CreateResourcePolicy, GetResourcePolicy, ListResourcePolicies, UpdateResourcePolicy, or BatchUpdateResourcePolicies call. This etag is strongly validated as defined by RFC 7232.