blob: 1e484277a7478a7ef4e8914e7af8ff07d89d792d (
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
// ConditionalAccessPlatforms undocumented
type ConditionalAccessPlatforms struct {
// Object is the base model of ConditionalAccessPlatforms
Object
// IncludePlatforms undocumented
IncludePlatforms []ConditionalAccessDevicePlatform `json:"includePlatforms,omitempty"`
// ExcludePlatforms undocumented
ExcludePlatforms []ConditionalAccessDevicePlatform `json:"excludePlatforms,omitempty"`
}
|