Skip to content

feat: add org connection member access level, resource server access token, and client my-organization enforcement settings - #892

Merged
rmad17 merged 3 commits into
masterfrom
fern-bot/2026-09-15_05-45-19_519
Sep 17, 2026
Merged

rmad17 merged 3 commits into
masterfrom
fern-bot/2026-09-15_05-45-19_519

Conversation

@fern-api

@fern-api fern-api Bot commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

Added

  • Organization connection member access level: management.organizations.connections.create() accepts a new optional organization_member_access_level parameter (OrganizationMemberAccessLevelEnum: "none", "readonly", "limited", "full"). update() accepts OrganizationMemberAccessLevelEnumWithNull for the same field (supports nulling). Connection create, get, and update response types expose organization_member_access_level. New types: OrganizationMemberAccessLevelEnum, OrganizationMemberAccessLevelEnumWithNull.

  • Resource server access token configuration: management.resource_servers.create(), management.resource_servers.update(), and management.tenants.settings.update() accept a new optional access_token parameter (ResourceServerAccessToken) to configure custom claims mapping. GetResourceServerResponseContent, CreateResourceServerResponseContent, UpdateResourceServerResponseContent, ResourceServer, ResourceServerSearchResponse, GetTenantSettingsResponseContent, and UpdateTenantSettingsResponseContent expose access_token. New types: ResourceServerAccessToken, ResourceServerAccessTokenClaimsMapping, ResourceServerAccessTokenCustomClaimsMapping, ResourceServerAccessTokenCustomClaimsMappingRule.

  • Client My Organization enforcement settings: ClientMyOrganizationResponseConfiguration, ClientMyOrganizationPatchConfiguration, and ClientMyOrganizationPostConfiguration gain two new optional boolean fields: enforce_permission_ceiling (when true, limits the permissions admins can assign to members to only those they hold themselves) and enforce_self_assignment_restriction (when true, prevents admins from assigning permissions to themselves).

@fern-api
fern-api Bot requested a review from a team as a code owner September 15, 2026 05:45
Comment thread src/auth0/management/__init__.py Fixed
fern-api Bot added 2 commits September 15, 2026 11:36
Generated by Fern
CLI Version: unknown
Generators:
  - fernapi/fern-python-sdk: 5.26.0
Patches applied (5):
  - patch-c04f0b4d: Fix for incorrect return type and missing __all__ type
  - patch-f7384913: Remove duplicate FedCmLoginGooglePatch and FedCmLoginPatch entries
  - patch-1e44613d: Added migration guide for v5 to v6
  - patch-30b1089a: Updated UPGRADING.md doc
  - patch-d6d69aeb: Remove duplicate FedCmLoginGooglePatch and FedCmLoginPatch entries

Patches with unresolved conflicts (3):
  - patch-4894603d: chore: Restore custom wiring in management/__init__.py
  - patch-7271f157: Revert wrapper file to preserve Auth0 telemetry customizations
  - patch-95211006: Restore Auth0 telemetry and custom client wiring after regeneration
    Run `fern-replay resolve` to apply these customizations.
@fern-api
fern-api Bot force-pushed the fern-bot/2026-09-15_05-45-19_519 branch from 38b620f to 889faaf Compare September 15, 2026 11:36
Patches replayed:
  - patch-4894603d: chore: Restore custom wiring in management/__init__.py
  - patch-7271f157: Revert wrapper file to preserve Auth0 telemetry customizations
  - patch-c04f0b4d: Fix for incorrect return type and missing __all__ type
  - patch-95211006: Restore Auth0 telemetry and custom client wiring after regeneration
  - patch-f7384913: Remove duplicate FedCmLoginGooglePatch and FedCmLoginPatch entries
  - patch-1e44613d: Added migration guide for v5 to v6
  - patch-30b1089a: Updated UPGRADING.md doc
  - patch-d6d69aeb: Remove duplicate FedCmLoginGooglePatch and FedCmLoginPatch entries
@rmad17 rmad17 changed the title SDK regeneration feat: add org connection member access level, resource server access token, and client my-organization enforcement settings Sep 17, 2026
@rmad17
rmad17 merged commit f0d4fbe into master Sep 17, 2026
9 checks passed
@rmad17
rmad17 deleted the fern-bot/2026-09-15_05-45-19_519 branch September 17, 2026 09:54
@rmad17 rmad17 mentioned this pull request Sep 17, 2026
rmad17 added a commit that referenced this pull request Sep 17, 2026
**Added**
- Organization connection member access level, resource server access
token configuration, and client My Organization enforcement settings
[\#892](#892)
([fern-api[bot]](https://github.com/apps/fern-api))
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.

3 participants