Skip to content

Commit

Permalink
feat(iam): add username order by in ListUsers (#1642)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan R. <jremy@scaleway.com>
  • Loading branch information
scaleway-bot and jremy42 authored Dec 9, 2024
1 parent fba0e93 commit 2406e7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/clients/src/api/iam/v1alpha1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ export type ListUsersRequestOrderBy =
| 'email_desc'
| 'last_login_asc'
| 'last_login_desc'
| 'username_asc'
| 'username_desc'

export type LogAction = 'unknown_action' | 'created' | 'updated' | 'deleted'

Expand Down

0 comments on commit 2406e7d

Please sign in to comment.