Skip to content

Commit

Permalink
feat(iam): add locked status on User (#2216)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Sep 16, 2024
1 parent c9c1509 commit 3924df1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/iam/v1alpha1/iam_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -1174,6 +1174,9 @@ type User struct {

// Tags: tags associated with the user.
Tags []string `json:"tags"`

// Locked: defines whether the user is locked.
Locked bool `json:"locked"`
}

// AddGroupMemberRequest: add group member request.
Expand Down

0 comments on commit 3924df1

Please sign in to comment.