blob: 6f1303cdf05d08d9aa70c23f8921471e7d221e64 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// ConditionalAccessDeviceStates undocumented
type ConditionalAccessDeviceStates struct {
// Object is the base model of ConditionalAccessDeviceStates
Object
// IncludeStates undocumented
IncludeStates []string `json:"includeStates,omitempty"`
// ExcludeStates undocumented
ExcludeStates []string `json:"excludeStates,omitempty"`
}
|