Skip to content

Commit 5a8f85e

Browse files
authored
feat(iam): increase rule condition max len to 1024 characters (scaleway#1898)
1 parent 0a4ad01 commit 5a8f85e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export const ListUsersRequest = {
203203

204204
export const RuleSpecs = {
205205
condition: {
206-
maxLength: 255,
206+
maxLength: 1024,
207207
},
208208
}
209209

0 commit comments

Comments
 (0)