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