The body of this request is the inboundSsoAssignment field and the updateMask is relative to that. For example: a PATCH to /v1/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 webpage details how to update an existing InboundSsoAssignment using a PATCH request."],["The `updateMask` query parameter specifies which fields of the InboundSsoAssignment should be modified, allowing for selective updates."],["The request body must include the `inboundSsoAssignment` field with the new data to be updated in the specified fields."],["The URL path parameter `inboundSsoAssignment.name` identifies the specific Inbound SSO Assignment to be updated."],["Successful updates return an `Operation` instance and require specific OAuth scopes for authorization."]]],[]]