Skip to content

Commit a13ac58

Browse files
author
root
committed
Update Lacework.go
1 parent 2848a0d commit a13ac58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/lacework/lacework.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ type CtUser struct {
5858
AccountID string `json:"ACCOUNT_ID"`
5959
RegionList []string `json:"REGION_LIST"`
6060
Username string `json:"USERNAME"`
61-
Mfa bool `json:"MFA"`
61+
Mfa int `json:"MFA"`
6262
APIList []string `json:"API_LIST"`
6363
PrincipalID string `json:"PRINCIPAL_ID"`
6464
}

0 commit comments

Comments
 (0)