Updates the settings associated with a project, folder, or organization. Settings to update are determined by the value of field_mask.
HTTP request
PATCH https://accessapproval.googleapis.com/v1/{settings.name=organizations/*/accessApprovalSettings}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
settings.name |
The resource name of the settings. Format is one of:
|
Query parameters
Parameters | |
---|---|
updateMask |
The update mask applies to the settings. Only the top level fields of AccessApprovalSettings (notificationEmails & enrolledServices) are supported. For each field, if it is included, the currently stored value will be entirely overwritten with the value of the field passed in this request. For the This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of AccessApprovalSettings
.
Response body
If successful, the response body contains an instance of AccessApprovalSettings
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.