// 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"` }