Skip to content

Commit 1eb37ac

Browse files
committed
feat: update generated APIs
1 parent 0395172 commit 1eb37ac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/clients/src/api/iam/v1alpha1/validation-rules.gen.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,13 @@ export const UpdateGroupRequest = {
235235
},
236236
}
237237

238+
export const UpdateOrganizationSecuritySettingsRequest = {
239+
loginAttemptsBeforeLocked: {
240+
greaterThanOrEqual: 1,
241+
lessThanOrEqual: 50,
242+
},
243+
}
244+
238245
export const UpdatePolicyRequest = {
239246
description: {
240247
maxLength: 200,

0 commit comments

Comments
 (0)