feat: add Network ACL Key read/delete, Cross App Access resource app, third-party client access, and useOauthSpecScope - #788
Merged
Conversation
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-ruby-sdk: 1.17.8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
listandgetonkeys.network_acls(GET keys/network-acls,GET keys/network-acls/{id}), backed byGetAllKeysNetworkACLsResponseContentandNetworkACLKey, plusdelete(DELETE keys/network-acls/{id}) and the supportingREAD_NETWORK_ACL_KEYS/DELETE_NETWORK_ACL_KEYSscopes✏️ Modified endpoints (new properties):
cross_app_access_resource_app({ status: { default_value, allowed_values } },enabled/disabled) on Connection Profile create/update/response, with supportingConnectionProfileCrossAppAccessResourceAppandConnectionProfileCrossAppAccessResourceAppStatustypesthird_party_client_access({ default_value, allowed_values },allow/block) on Client My Organization patch/post/response configuration, with supportingClientMyOrganizationThirdPartyClientAccessConfigurationtypeuse_oauth_spec_scope(wire nameuseOauthSpecScope) onConnectionOptionsCommonOidc,ConnectionOptionsOidc,ConnectionOptionsOkta,ConnectionPropertiesOptions, andUpdateConnectionOptionsmatch_allonNetworkACLRuleNOTION_MCP(notion-mcp) member added toConnectionStrategyEnumandConnectionIdentityProviderEnumReferences
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.
Checklist