Atomically updates the specified ResourcePolicy
configurations.
HTTP request
POST https://firebaseappcheck.googleapis.com/v1beta/{parent=projects/*/services/*}/resourcePolicies:batchUpdate
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent service name, in the format
The parent collection in the |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"updateMask": string,
"requests": [
{
object ( |
Fields | |
---|---|
updateMask |
Optional. A comma-separated list of names of fields in the If this field is present, the |
requests[] |
Required. The request messages specifying the A maximum of 100 objects can be updated in a batch. |
Response body
Response message for the resourcePolicies.batchUpdate
method.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"resourcePolicies": [
{
object ( |
Fields | |
---|---|
resourcePolicies[] |
|
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/firebase
For more information, see the Authentication Overview.
UpdateResourcePolicyRequest
Request message for the resourcePolicies.patch
method as well as an individual update message for the resourcePolicies.batchUpdate
method.
JSON representation |
---|
{
"resourcePolicy": {
object ( |
Fields | |
---|---|
resourcePolicy |
Required. The The
Note that the
|
updateMask |
Required. A comma-separated list of names of fields in the |