Skip to content

Commit eeddfe2

Browse files
[fern-generated] Update SDK
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 5.17.0
1 parent f602b00 commit eeddfe2

54 files changed

Lines changed: 753 additions & 209 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

UPGRADING.md

Lines changed: 0 additions & 157 deletions
This file was deleted.

reference.md

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,7 @@ client.clients.list(
15281528
<dl>
15291529
<dd>
15301530

1531-
**external_client_id:** `typing.Optional[str]` — Optional filter by the <a href="https://www.ietf.org/archive/id/draft-ietf-oauth-client-id-metadata-document-04.html">Client ID Metadata Document</a> URI for CIMD-registered clients.
1531+
**external_client_id:** `typing.Optional[str]` — Optional filter by the <a href="https://drafts.oauth.net/draft-ietf-oauth-client-id-metadata-document/draft-ietf-oauth-client-id-metadata-document.html">Client ID Metadata Document</a> URI for CIMD-registered clients.
15321532

15331533
</dd>
15341534
</dl>
@@ -2026,6 +2026,14 @@ See https://auth0.com/docs/secure/security-guidance/measures-against-app-imperso
20262026
<dl>
20272027
<dd>
20282028

2029+
**identity_assertion_authorization_grant:** `typing.Optional[CreateIdentityAssertionAuthorizationGrant]`
2030+
2031+
</dd>
2032+
</dl>
2033+
2034+
<dl>
2035+
<dd>
2036+
20292037
**third_party_security_mode:** `typing.Optional[ClientThirdPartySecurityModeEnum]`
20302038

20312039
</dd>
@@ -2726,6 +2734,14 @@ client.clients.update(
27262734
<dl>
27272735
<dd>
27282736

2737+
**identity_assertion_authorization_grant:** `typing.Optional[UpdateIdentityAssertionAuthorizationGrant]`
2738+
2739+
</dd>
2740+
</dl>
2741+
2742+
<dl>
2743+
<dd>
2744+
27292745
**form_template:** `typing.Optional[str]` — Form template for WS-Federation protocol
27302746

27312747
</dd>
@@ -3915,6 +3931,14 @@ client.connections.create(
39153931
<dl>
39163932
<dd>
39173933

3934+
**cross_app_access_resource_app:** `typing.Optional[CreateCrossAppAccessResourceApp]`
3935+
3936+
</dd>
3937+
</dl>
3938+
3939+
<dl>
3940+
<dd>
3941+
39183942
**request_options:** `typing.Optional[RequestOptions]` — Request-specific configuration.
39193943

39203944
</dd>
@@ -4236,6 +4260,14 @@ client.connections.update(
42364260
<dl>
42374261
<dd>
42384262

4263+
**cross_app_access_resource_app:** `typing.Optional[UpdateCrossAppAccessResourceApp]`
4264+
4265+
</dd>
4266+
</dl>
4267+
4268+
<dl>
4269+
<dd>
4270+
42394271
**request_options:** `typing.Optional[RequestOptions]` — Request-specific configuration.
42404272

42414273
</dd>
@@ -20137,6 +20169,14 @@ client.branding.themes.create(
2013720169
<dl>
2013820170
<dd>
2013920171

20172+
**identifiers:** `typing.Optional[BrandingThemeIdentifiers]`
20173+
20174+
</dd>
20175+
</dl>
20176+
20177+
<dl>
20178+
<dd>
20179+
2014020180
**request_options:** `typing.Optional[RequestOptions]` — Request-specific configuration.
2014120181

2014220182
</dd>
@@ -20537,6 +20577,14 @@ client.branding.themes.update(
2053720577
<dl>
2053820578
<dd>
2053920579

20580+
**identifiers:** `typing.Optional[BrandingThemeIdentifiers]`
20581+
20582+
</dd>
20583+
</dl>
20584+
20585+
<dl>
20586+
<dd>
20587+
2054020588
**request_options:** `typing.Optional[RequestOptions]` — Request-specific configuration.
2054120589

2054220590
</dd>
@@ -35837,6 +35885,14 @@ client.self_service_profiles.sso_ticket.create(
3583735885
<dl>
3583835886
<dd>
3583935887

35888+
**third_party_client_access_config:** `typing.Optional[ThirdPartyClientAccessConfig]`
35889+
35890+
</dd>
35891+
</dl>
35892+
35893+
<dl>
35894+
<dd>
35895+
3584035896
**enabled_features:** `typing.Optional[SelfServiceProfileSsoTicketEnabledFeatures]`
3584135897

3584235898
</dd>

0 commit comments

Comments
 (0)