summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/MfaDetailModel.go
blob: 12efcdc971f3f9049c2b6101ee8d78b23020629c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by msgraph-generate.go 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"`
}