Method: legacySoarIdpMappingGroups.batchUpdate

Full name: projects.locations.instances.legacySoarIdpMappingGroups.batchUpdate

Updates a LegacySoarIdpMappingGroup.

HTTP request


POST https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{parent}/legacySoarIdpMappingGroups:batchUpdate

Path parameters

Parameters
parent

string

Required. The instance to list LegacySoarIdpMappingGroups for. Format: projects/{project}/locations/{location}/instances/{instance}

Request body

The request body contains data with the following structure:

JSON representation
{
  "requests": [
    {
      object (UpdateLegacySoarIdpMappingGroupRequest)
    }
  ]
}
Fields
requests[]

object (UpdateLegacySoarIdpMappingGroupRequest)

Required. The request message specifying the LegacySoarIdpMappingGroup to update. A maximum of 1000 LegacySoarIdpMappingGroups can be updated in a batch.

Response body

Response message to update multiple LegacySoarIdpMappingGroups.

If successful, the response body contains data with the following structure:

JSON representation
{
  "legacySoarIdpMappingGroups": [
    {
      object (LegacySoarIdpMappingGroup)
    }
  ]
}
Fields
legacySoarIdpMappingGroups[]

object (LegacySoarIdpMappingGroup)

Required. The LegacySoarIdpMappingGroups that were updated.

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 parent resource:

  • chronicle.legacySoarIdpMappingGroups.update

For more information, see the IAM documentation.

UpdateLegacySoarIdpMappingGroupRequest

The LegacySoarIdpMappingGroup to update.

JSON representation
{
  "legacySoarIdpMappingGroup": {
    object (LegacySoarIdpMappingGroup)
  },
  "updateMask": string
}
Fields
legacySoarIdpMappingGroup

object (LegacySoarIdpMappingGroup)

Required. Format: projects/{project}/locations/{location}/instances/{instance}/legacySoarIdpMappingGroups/{legacySoarIdpMappingGroup}

updateMask

string (FieldMask format)

Optional. The list of fields to update. If not included, all fields with default/non-default values will be overwritten.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".