We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2848a0d commit a13ac58Copy full SHA for a13ac58
pkg/lacework/lacework.go
@@ -58,7 +58,7 @@ type CtUser struct {
58
AccountID string `json:"ACCOUNT_ID"`
59
RegionList []string `json:"REGION_LIST"`
60
Username string `json:"USERNAME"`
61
- Mfa bool `json:"MFA"`
+ Mfa int `json:"MFA"`
62
APIList []string `json:"API_LIST"`
63
PrincipalID string `json:"PRINCIPAL_ID"`
64
}
0 commit comments