- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates an existing ResourceValueConfigs with new rules.
HTTP request
The URLs use gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
resource |
Identifier. Name for the resource value configuration |
Query parameters
Parameters | |
---|---|
update |
The list of fields to be updated. If empty all mutable fields will be updated. To update nested fields, include the top level field in the mask For example, to update gcpMetadata.resource_type, include the "gcpMetadata" field mask |
Request body
The request body contains an instance of ResourceValueConfig
.
Response body
If successful, the response body contains an instance of ResourceValueConfig
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.