Open
Description
🐛 Wrong type
With elastic/elasticsearch#110633, we are unable to parse correctly the Query Role API call in the Test put remote role API test as there's a new profile
field missing from GlobalPrivilege.
elasticsearch-specification/specification/security/_types/Privileges.ts
Lines 336 to 338 in 79760ef
In the failing test, it's always profile: {}
but we need the full type.
@elastic/es-security Can you please take a look?