Skip to content

Commit

Permalink
feat: update generated APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot committed Jan 31, 2025
1 parent 0395172 commit 1eb37ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/clients/src/api/iam/v1alpha1/validation-rules.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,13 @@ export const UpdateGroupRequest = {
},
}

export const UpdateOrganizationSecuritySettingsRequest = {
loginAttemptsBeforeLocked: {
greaterThanOrEqual: 1,
lessThanOrEqual: 50,
},
}

export const UpdatePolicyRequest = {
description: {
maxLength: 200,
Expand Down

0 comments on commit 1eb37ac

Please sign in to comment.