MutateAssetGroupsRequest

  • The request message for AssetGroupService.MutateAssetGroups is used to modify asset groups.

  • The request requires a customer_id, a list of operations to perform, and an optional validate_only flag.

  • The operations field takes a list of AssetGroupOperation messages to specify the changes to individual asset groups.

  • The validate_only flag allows you to validate the request without executing it, returning only errors.

Request message for AssetGroupService.MutateAssetGroups.

Fields

customer_id

string

Required. The ID of the customer whose asset groups are being modified.

operations[]

AssetGroupOperation

Required. The list of operations to perform on individual asset groups.

validate_only

bool

If true, the request is validated but not executed. Only errors are returned, not results.