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

package msgraph

// PersistentBrowserSessionControl undocumented
type PersistentBrowserSessionControl struct {
	// ConditionalAccessSessionControl is the base model of PersistentBrowserSessionControl
	ConditionalAccessSessionControl
	// Mode undocumented
	Mode *PersistentBrowserSessionMode `json:"mode,omitempty"`
}