summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/SignInFrequencySessionControlModel.go
blob: 0d0452e2374c05e51871afb2a92c5cebd7db5e4e (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

// SignInFrequencySessionControl undocumented
type SignInFrequencySessionControl struct {
	// ConditionalAccessSessionControl is the base model of SignInFrequencySessionControl
	ConditionalAccessSessionControl
	// Value undocumented
	Value *int `json:"value,omitempty"`
	// Type undocumented
	Type *SigninFrequencyType `json:"type,omitempty"`
}