Skip to content

feat: add Network ACL Key read/delete, Cross App Access resource app, third-party client access, and useOauthSpecScope - #788

Merged
kishore7snehil merged 3 commits into
masterfrom
fern-bot/2026-08-19_06-07-50_530
Aug 19, 2026
Merged

feat: add Network ACL Key read/delete, Cross App Access resource app, third-party client access, and useOauthSpecScope#788
kishore7snehil merged 3 commits into
masterfrom
fern-bot/2026-08-19_06-07-50_530

Conversation

@fern-api

@fern-api fern-api Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Changes

SDK regeneration from the Auth0 OpenAPI spec via Fern. Adds read and delete support for Network ACL keys, Cross App Access resource-app configuration on Connection Profiles, third-party client access policy on My Organization client configuration, an OAuth-spec-scope flag on OIDC/Okta connections, and a new connection strategy.

🆕 New endpoints / types:

  • Network ACL Keys read/delete - list and get on keys.network_acls (GET keys/network-acls, GET keys/network-acls/{id}), backed by GetAllKeysNetworkACLsResponseContent and NetworkACLKey, plus delete (DELETE keys/network-acls/{id}) and the supporting READ_NETWORK_ACL_KEYS/DELETE_NETWORK_ACL_KEYS scopes

✏️ Modified endpoints (new properties):

  • Cross App Access Resource App on Connection Profiles - cross_app_access_resource_app ({ status: { default_value, allowed_values } }, enabled/disabled) on Connection Profile create/update/response, with supporting ConnectionProfileCrossAppAccessResourceApp and ConnectionProfileCrossAppAccessResourceAppStatus types
  • Third-Party Client Access on My Organization Configuration - third_party_client_access ({ default_value, allowed_values }, allow/block) on Client My Organization patch/post/response configuration, with supporting ClientMyOrganizationThirdPartyClientAccessConfiguration type
  • OAuth spec scope on OIDC/Okta connections - use_oauth_spec_scope (wire name useOauthSpecScope) on ConnectionOptionsCommonOidc, ConnectionOptionsOidc, ConnectionOptionsOkta, ConnectionPropertiesOptions, and UpdateConnectionOptions
  • Network ACL block-all rule match - match_all on NetworkACLRule
  • Notion MCP connection strategy - NOTION_MCP (notion-mcp) member added to ConnectionStrategyEnum and ConnectionIdentityProviderEnum

References

N/A

Testing

Existing wire tests were regenerated to match the updated client. The live-tenant integration test passes against a dev tenant, and the new types load correctly.

  • This change adds unit test coverage
  • This change has been tested on the latest version of Ruby

Checklist

fern-api Bot added 2 commits August 19, 2026 06:07
Generated by Fern
CLI Version: unknown
Generators:
  - fernapi/fern-ruby-sdk: 1.17.8
@fern-api
fern-api Bot requested a review from a team as a code owner August 19, 2026 06:07
@kishore7snehil kishore7snehil changed the title SDK regeneration feat: add Network ACL Key read/delete, Cross App Access resource app, third-party client access, and useOauthSpecScope Aug 19, 2026

@kishore7snehil kishore7snehil left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@kishore7snehil
kishore7snehil merged commit 69bc8e6 into master Aug 19, 2026
8 checks passed
@kishore7snehil
kishore7snehil deleted the fern-bot/2026-08-19_06-07-50_530 branch August 19, 2026 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants