Published when an identity provider is updated for an organization.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/platform.org.idp.update", "title": "platform.org.idp.update", "type": "object", "description": "Published when an identity provider is updated for an organization.", "x-context": "org", "allOf": [ { "$ref": "#/components/schemas/platform.org.idp.create" } ], "properties": { "changes": { "$ref": "#/components/schemas/EventDataChanges" } } }