Skip to content

Commit 6bff518

Browse files
authored
feat(iam): add account root user id in user message (#1677)
1 parent 1986314 commit 6bff518

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/iam/v1alpha1/iam_sdk.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,8 @@ type User struct {
791791
Status UserStatus `json:"status"`
792792
// Mfa: defines whether MFA is enabled.
793793
Mfa bool `json:"mfa"`
794+
// AccountRootUserID: ID of the account root user associated with the user.
795+
AccountRootUserID string `json:"account_root_user_id"`
794796
}
795797

796798
// Service API

0 commit comments

Comments
 (0)