blob: 1c9f69251baffb6bdc0f815706736867d326274b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// ConditionalAccessSessionControl undocumented
type ConditionalAccessSessionControl struct {
// Object is the base model of ConditionalAccessSessionControl
Object
// IsEnabled undocumented
IsEnabled *bool `json:"isEnabled,omitempty"`
}
|