blob: dae883addc49cd3eaa886bf3371462052dc46491 (
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
// ConditionalAccessLocations undocumented
type ConditionalAccessLocations struct {
// Object is the base model of ConditionalAccessLocations
Object
// IncludeLocations undocumented
IncludeLocations []string `json:"includeLocations,omitempty"`
// ExcludeLocations undocumented
ExcludeLocations []string `json:"excludeLocations,omitempty"`
}
|