Update the organization's sink settings.
HTTP request
PATCH https://threatdetection.googleapis.com/v1beta1/{name=organizations/*/sinkSettings}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Resource name of the organization-level sink settings. E.g. organizations/[organization_id]/sinkSettings |
Request body
The request body contains data with the following structure:
JSON representation | |
---|---|
{
"updateMask": string,
"settings": {
object ( |
Fields | |
---|---|
updateMask |
FieldMask for updating a subset of fields in SinkSettings. A comma-separated list of fully qualified names of fields. Example: |
settings |
|
Response body
If successful, the response body contains an instance of SinkSettings
.
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 Cloud IAM permission on the name
resource:
threatdetection.sinkSettings.update
For more information, see the Cloud IAM Documentation.