mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-29 06:02:01 -08:00
18 lines
783 B
Go
18 lines
783 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// ConditionalAccessSessionControls undocumented
|
||
|
type ConditionalAccessSessionControls struct {
|
||
|
// Object is the base model of ConditionalAccessSessionControls
|
||
|
Object
|
||
|
// ApplicationEnforcedRestrictions undocumented
|
||
|
ApplicationEnforcedRestrictions *ApplicationEnforcedRestrictionsSessionControl `json:"applicationEnforcedRestrictions,omitempty"`
|
||
|
// CloudAppSecurity undocumented
|
||
|
CloudAppSecurity *CloudAppSecuritySessionControl `json:"cloudAppSecurity,omitempty"`
|
||
|
// SignInFrequency undocumented
|
||
|
SignInFrequency *SignInFrequencySessionControl `json:"signInFrequency,omitempty"`
|
||
|
// PersistentBrowser undocumented
|
||
|
PersistentBrowser *PersistentBrowserSessionControl `json:"persistentBrowser,omitempty"`
|
||
|
}
|