github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelPersistent.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // PersistentBrowserSessionControl undocumented
     6  type PersistentBrowserSessionControl struct {
     7  	// ConditionalAccessSessionControl is the base model of PersistentBrowserSessionControl
     8  	ConditionalAccessSessionControl
     9  	// Mode undocumented
    10  	Mode *PersistentBrowserSessionMode `json:"mode,omitempty"`
    11  }