- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - IAM Permissions
 - Examples
 - Try it!
 
Updates a principal access boundary policy.
HTTP request
PATCH https://iam.googleapis.com/v3beta/{principalAccessBoundaryPolicy.name=organizations/*/locations/*/principalAccessBoundaryPolicies/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
principalAccessBoundaryPolicy.name | 
                
                   
 Identifier. The resource name of the principal access boundary policy. The following format is supported:   | 
              
Query parameters
| Parameters | |
|---|---|
validateOnly | 
                
                   
 Optional. If set, validate the request and preview the update, but do not actually post it.  | 
              
updateMask | 
                
                   
 Optional. The list of fields to update This is a comma-separated list of fully qualified names of fields. Example:   | 
              
Request body
The request body contains an instance of PrincipalAccessBoundaryPolicy.
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.
IAM Permissions
Requires the following IAM permission on the name resource:
iam.principalaccessboundarypolicies.update
For more information, see the IAM documentation.