From 1a84fc24526efa4a11fb58a9e2296fb2925bbe07 Mon Sep 17 00:00:00 2001 From: Kunal Dawar Date: Wed, 27 Nov 2024 14:54:29 +0530 Subject: [PATCH] Updated Docs --- docs/data-sources/clients.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/data-sources/clients.md b/docs/data-sources/clients.md index 002a9f04..d39df491 100644 --- a/docs/data-sources/clients.md +++ b/docs/data-sources/clients.md @@ -59,6 +59,23 @@ Read-Only: - `is_first_party` (Boolean) - `is_token_endpoint_ip_header_trusted` (Boolean) - `name` (String) +- `oidc_logout` (List of Object) (see [below for nested schema](#nestedobjatt--clients--oidc_logout)) - `web_origins` (List of String) + +### Nested Schema for `clients.oidc_logout` + +Read-Only: + +- `backchannel_logout_initiators` (List of Object) (see [below for nested schema](#nestedobjatt--clients--oidc_logout--backchannel_logout_initiators)) +- `backchannel_logout_urls` (Set of String) + + +### Nested Schema for `clients.oidc_logout.backchannel_logout_initiators` + +Read-Only: + +- `mode` (String) +- `selected_initiators` (Set of String) +