Update a connection with strategy=adfs
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateConnectionRequestContentADFS", "title": "UpdateConnectionRequestContentADFS", "description": "Update a connection with strategy=adfs", "allOf": [ { "$ref": "#/components/schemas/ConnectionCommon" }, { "type": "object", "properties": { "options": { "$ref": "#/components/schemas/ConnectionOptionsADFS" }, "show_as_button": { "$ref": "#/components/schemas/ConnectionShowAsButton" } } } ] }