summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelMFA.go
blob: 0c2906e99e41874174e35c657668f6d8b7734b0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// MFADetail undocumented
type MFADetail struct {
	// Object is the base model of MFADetail
	Object
	// AuthMethod undocumented
	AuthMethod *string `json:"authMethod,omitempty"`
	// AuthDetail undocumented
	AuthDetail *string `json:"authDetail,omitempty"`
}