Skip to content

Commit 52a341c

Browse files
authored
feat(iam): require user_id in ListGracePeriodsRequest (#1619)
1 parent b696c1e commit 52a341c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ export const ListApplicationsRequest = {
104104
},
105105
}
106106

107+
export const ListGracePeriodsRequest = {
108+
userId: {
109+
minLength: 1,
110+
},
111+
}
112+
107113
export const ListGroupsRequest = {
108114
name: {
109115
minLength: 1,

0 commit comments

Comments
 (0)