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 d390ad5 commit 531f400Copy full SHA for 531f400
packages_generated/iam/src/v1alpha1/validation-rules.gen.ts
@@ -69,7 +69,7 @@ export const CreateUserRequestMember = {
69
username: {
70
maxLength: 64,
71
minLength: 2,
72
- pattern: /^[a-zA-Z0-9._-]+$/,
+ pattern: /^[a-zA-Z0-9@._-]+$/,
73
},
74
}
75
@@ -310,7 +310,7 @@ export const UpdateUserUsernameRequest = {
310
311
312
313
314
315
316
0 commit comments