Skip to content

mgmt: (feat): Add Rate Limit Policies and Group Roles endpoints#1017

Merged
kailash-b merged 2 commits into
masterfrom
fern-bot/2026-05-26_04-54-25_034
May 28, 2026
Merged

mgmt: (feat): Add Rate Limit Policies and Group Roles endpoints#1017
kailash-b merged 2 commits into
masterfrom
fern-bot/2026-05-26_04-54-25_034

Conversation

@fern-api
Copy link
Copy Markdown
Contributor

@fern-api fern-api Bot commented May 26, 2026

Changes

This is an automated SDK regeneration by Fern (CLI version: unknown, Generator:
fernapi/fern-csharp-sdk: 2.66.5). Customizations have been automatically preserved.

New endpoints added:

  • Rate Limit Policies (RateLimitPolicies) — Full CRUD support:
    • CreateAsync — Create a rate limit policy
    • GetAsync — Get a rate limit policy by ID
    • ListAsync — List rate limit policies (paginated)
    • UpdateAsync — Update (patch) a rate limit policy
    • DeleteAsync — Delete a rate limit policy
  • Group Roles (Groups/Roles) — Manage roles assigned to groups:
    • CreateAsync — Assign roles to a group
    • DeleteAsync — Remove roles from a group
    • ListAsync — List roles assigned to a group

Modified endpoints:

  • Guardian/Enrollments — Simplified method signatures
  • Guardian/Policies — Updated SetAsync parameter types
  • Logs — Refined query parameter types for GetAsync and ListAsync
  • Roles/Users — Updated parameter types for ListAsync
  • Users — Expanded with additional query parameters and fields
  • Users/Identities — Updated LinkAsync and UnlinkAsync parameter types
  • Connections/ScimConfiguration — Updated method signatures

Removed: Unused parameters and redundant method overloads across various clients.

References

  • Fern C# generator version: v2.66.5

Testing

  • This change adds unit test coverage
  • This change adds integration test coverage
  • This change has been tested on the latest version of the platform/language or why not

Checklist

@fern-api fern-api Bot requested a review from a team as a code owner May 26, 2026 04:54
@codecov
Copy link
Copy Markdown

codecov Bot commented May 26, 2026

Codecov Report

❌ Patch coverage is 41.05409% with 850 lines in your changes missing coverage. Please review.
✅ Project coverage is 31.47%. Comparing base (f898e21) to head (7f548ef).
⚠️ Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
...PatchRateLimitPolicyConfigurationRequestContent.cs 13.63% 149 Missing and 3 partials ⚠️
...ntApi/RateLimitPolicies/RateLimitPoliciesClient.cs 62.43% 129 Missing and 16 partials ⚠️
...anagementApi/Types/RateLimitPolicyConfiguration.cs 28.30% 107 Missing and 7 partials ⚠️
...rc/Auth0.ManagementApi/Groups/Roles/RolesClient.cs 63.94% 66 Missing and 9 partials ⚠️
...LimitPolicyConfigurationRequestContentOneAction.cs 0.00% 45 Missing ⚠️
...itPolicyConfigurationRequestContentActionAction.cs 0.00% 41 Missing ⚠️
...Api/Types/RateLimitPolicyConfigurationOneAction.cs 0.00% 41 Missing ⚠️
.../Types/RateLimitPolicyConfigurationActionAction.cs 0.00% 40 Missing ⚠️
...imitPolicyConfigurationRequestContentZeroAction.cs 23.80% 32 Missing ⚠️
...pi/Types/RateLimitPolicyConfigurationZeroAction.cs 37.50% 24 Missing and 1 partial ⚠️
... and 23 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1017      +/-   ##
==========================================
+ Coverage   31.36%   31.47%   +0.11%     
==========================================
  Files        2712     2742      +30     
  Lines      107773   109195    +1422     
  Branches     6330     6419      +89     
==========================================
+ Hits        33801    34373     +572     
- Misses      72202    73014     +812     
- Partials     1770     1808      +38     
Flag Coverage Δ
authIntTests 2.95% <0.76%> (-0.03%) ⬇️
mgmtIntTests 30.22% <41.05%> (+0.13%) ⬆️
unittests 0.30% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

fern-api Bot added 2 commits May 28, 2026 10:15
Generated by Fern
CLI Version: unknown
Generators:
  - fernapi/fern-csharp-sdk: 2.66.5
Patches applied (2):
  - patch-4a7a2c3e: Adds extension to convert UserDateSchema to DateTime
  - patch-composite-f898e213: Customer customizations (composite)
@kailash-b kailash-b force-pushed the fern-bot/2026-05-26_04-54-25_034 branch from a3e6b2e to 7f548ef Compare May 28, 2026 04:45
@kailash-b kailash-b enabled auto-merge May 28, 2026 04:45
@kailash-b kailash-b merged commit 29c418e into master May 28, 2026
8 of 10 checks passed
@kailash-b kailash-b deleted the fern-bot/2026-05-26_04-54-25_034 branch May 28, 2026 04:51
@kailash-b kailash-b changed the title SDK regeneration mgmt: SDK regeneration May 28, 2026
@kailash-b kailash-b changed the title mgmt: SDK regeneration mgmt: (feat): Add Rate Limit Policies and Group Roles endpoints May 28, 2026
@kailash-b kailash-b mentioned this pull request May 28, 2026
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.

1 participant