Skip to content

Commit

Permalink
Updated Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed Nov 27, 2024
1 parent 1d1acc0 commit 1a84fc2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/data-sources/clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<a id="nestedobjatt--clients--oidc_logout"></a>
### 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)

<a id="nestedobjatt--clients--oidc_logout--backchannel_logout_initiators"></a>
### Nested Schema for `clients.oidc_logout.backchannel_logout_initiators`

Read-Only:

- `mode` (String)
- `selected_initiators` (Set of String)


0 comments on commit 1a84fc2

Please sign in to comment.