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 {
resourcePolicy?: GoogleFirebaseAppcheckV1ResourcePolicy;
updateMask?: string;
}§Properties
§
resourcePolicy?: GoogleFirebaseAppcheckV1ResourcePolicy
[src]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)