The body of this request is the inboundSsoAssignment field and the updateMask is relative to that. For example: a PATCH to /v1beta1/inboundSsoAssignments/0abcdefg1234567&updateMask=rank with a body of { "rank": 1 } moves that (presumably group-targeted) SSO assignment to the highest priority and shifts any other group-targeted assignments down in priority.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-12 UTC."],[[["This endpoint updates an existing InboundSsoAssignment, allowing modifications to its properties."],["The `updateMask` parameter specifies which fields within the `inboundSsoAssignment` are to be modified in the update."],["The request is made using a `PATCH` method to a specific URL, targeting a specific `inboundSsoAssignment` resource."],["The `updateMask` and the body, which is the fields you want to change in the `inboundSsoAssignment`, are the required parameters to update the sso assignment."],["The api will return an `Operation` if the update is succesful."]]],[]]