When the target customer has enabledMulti-party approval for sensitive actions, theOperationin the response will have"done": false, it will not have a response, and the metadata will have"state": "awaiting-multi-party-approval".
[[["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 2025-08-06 UTC."],[[["\u003cp\u003eThis API endpoint allows updating an existing InboundSamlSsoProfile resource.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL uses gRPC Transcoding syntax and requires the InboundSamlSsoProfile's name as a path parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eupdateMask\u003c/code\u003e query parameter is mandatory and specifies which fields of the InboundSamlSsoProfile will be modified.\u003c/p\u003e\n"],["\u003cp\u003eWhen multi-party approval is enabled, the operation will be in a \u003ccode\u003eawaiting-multi-party-approval\u003c/code\u003e state until approved.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful requests return an Operation object in the response, and appropriate OAuth scopes are necessary for authorization.\u003c/p\u003e\n"]]],[],null,["# Method: inboundSamlSsoProfiles.patch\n\nUpdates an [InboundSamlSsoProfile](/identity/docs/reference/rest/v1/inboundSamlSsoProfiles#InboundSamlSsoProfile).\n\nWhen the target customer has enabled [Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448), the `Operation` in the response will have `\"done\": false`, it will not have a response, and the metadata will have `\"state\": \"awaiting-multi-party-approval\"`.\n\n### HTTP request\n\n`PATCH https://cloudidentity.googleapis.com/v1/{inboundSamlSsoProfile.name=inboundSamlSsoProfiles/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [InboundSamlSsoProfile](/identity/docs/reference/rest/v1/inboundSamlSsoProfiles#InboundSamlSsoProfile).\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/identity/docs/reference/rest/Shared.Types/Operation).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-identity.inboundsso`\n- `https://www.googleapis.com/auth/cloud-identity`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]