- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates an existing policy orchestrator, parented by a folder.
HTTP request
PATCH https://osconfig.googleapis.com/v2/{policyOrchestrator.name=folders/*/locations/global/policyOrchestrators/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
policyOrchestrator.name |
Immutable. Identifier. In form of * |
Query parameters
Parameters | |
---|---|
updateMask |
Optional. The list of fields to merge into the existing policy orchestrator. A special ["*"] field mask can be used to simply replace the entire resource. Otherwise, for all paths referenced in the mask, following merge rules are used: * output only fields are ignored, * primitive fields are replaced, * repeated fields are replaced, * map fields are merged key by key, * message fields are cleared if not set in the request, otherwise they are merged recursively (in particular - message fields set to an empty message has no side effects) If field mask is not specified, it is automatically inferred from the request using following rules: * primitive fields are listed, if set to a non-default value (as there is no way to distinguish between default and unset value), * map and repeated fields are listed, * Note: implicit mask does not allow clearing fields. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of PolicyOrchestrator
.
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.