{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClientOIDCBackchannelLogoutInitiatorsEnum", "title": "ClientOIDCBackchannelLogoutInitiatorsEnum", "type": "string", "description": "The `selected_initiators` property contains the list of initiators to be enabled for the given application.", "enum": [ "rp-logout", "idp-logout", "password-changed", "session-expired", "session-revoked", "account-deleted", "email-identifier-changed", "mfa-phone-unenrolled", "account-deactivated" ] }