MutateAssetGroupListingGroupFiltersRequest

  • The MutateAssetGroupListingGroupFiltersRequest is used to modify asset group listing group filters.

  • This request requires the customer ID and a list of operations to perform on the filters.

  • The validate_only field allows for validation without execution, and response_content_type controls the response details.

  • Partial failure is not supported for this mutation because the entire filter tree needs to be validated together.

Request message for AssetGroupListingGroupFilterService.MutateAssetGroupListingGroupFilters. partial_failure is not supported because the tree needs to be validated together.

Fields

customer_id

string

Required. The ID of the customer whose asset group listing group filters are being modified.

operations[]

AssetGroupListingGroupFilterOperation

Required. The list of operations to perform on individual asset group listing group filters.

validate_only

bool

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

response_content_type

ResponseContentType

The response content type setting. Determines whether the mutable resource or just the resource name should be returned post mutation.