Update the settings for an organization's sources.
HTTP request
PATCH https://threatdetection.googleapis.com/v1beta1/{name=organizations/*/sourceSettings}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Resource name of the organization to get organization-level source settings. Its format is "organizations/[organization_id]/sourceSettings". |
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 SourceSettings. A comma-separated list of fully qualified names of fields. Example: |
settings |
|
Response body
If successful, the response body contains an instance of SourceSettings
.
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.sourceSettings.update
For more information, see the Cloud IAM Documentation.