Skip to content

Commit ba251de

Browse files
authored
feat(iam): limit grace period duration and login attempts before locked security settings (#1765)
1 parent 0395172 commit ba251de

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)