- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- UpdateModuleSettingsPropertyRequest
Full name: projects.locations.instances.moduleSettings.properties.batchUpdate
Updates multiple properties within a single module. Use this method to perform bulk configuration updates efficiently.
HTTP request
POST https://chronicle.africa-south1.rep.googleapis.com/v1beta/{parent}/properties:batchUpdate Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent module setting shared by all properties being updated. Format: projects/{project}/locations/{location}/instances/{instance}/moduleSettings/{module} |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{
"requests": [
{
object ( |
| Fields | |
|---|---|
requests[] |
Required. The request message specifying the resources to update. |
Response body
Response message for properties.batchUpdate.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"moduleSettingsProperties": [
{
object ( |
| Fields | |
|---|---|
moduleSettingsProperties[] |
The list of ModuleSettingsProperties. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/chroniclehttps://www.googleapis.com/auth/chronicle.readonly
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
chronicle.moduleSettingsProperties.update
For more information, see the IAM documentation.
UpdateModuleSettingsPropertyRequest
Request message for properties.patch.
| JSON representation |
|---|
{
"moduleSettingsProperty": {
object ( |
| Fields | |
|---|---|
moduleSettingsProperty |
Required. The ModuleSettingsProperty to update. The ModuleSettingsProperty's |
updateMask |
Optional. The list of fields to update. This is a comma-separated list of fully qualified names of fields. Example: |