Add QueryParameterValidatorPlugin to validate Redfish query parameters.

This plugin allows configuring which Redfish query parameters are permitted and provides specific validation rules for parameters like $expand (e.g., allowed options, max levels) and $select (e.g., regex pattern). Requests with disallowed or invalid query parameters will be rejected with a 400 Bad Request response.

PiperOrigin-RevId: 892418944
Change-Id: Ic1f71e98ab4c85687516fa7ace02df1de328c5fd
1 file changed