We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d650d1 commit 2f52671Copy full SHA for 2f52671
packages_generated/iam/src/v1alpha1/validation-rules.gen.ts
@@ -73,7 +73,7 @@ export const CreateUserRequestMember = {
73
ignoreEmpty: true,
74
},
75
username: {
76
- maxLength: 64,
+ maxLength: 150,
77
minLength: 2,
78
pattern: /^[a-zA-Z0-9@._-]+$/,
79
@@ -325,7 +325,7 @@ export const UpdateUserRequest = {
325
326
export const UpdateUserUsernameRequest = {
327
328
329
330
331
0 commit comments