blob: a3dafb7f95d1171d28484133f3f37496d85bba3e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// ConditionalAccessConditionSet undocumented
type ConditionalAccessConditionSet struct {
// Object is the base model of ConditionalAccessConditionSet
Object
// Applications undocumented
Applications *ConditionalAccessApplications `json:"applications,omitempty"`
// Users undocumented
Users *ConditionalAccessUsers `json:"users,omitempty"`
// SignInRiskLevels undocumented
SignInRiskLevels []RiskLevel `json:"signInRiskLevels,omitempty"`
// Platforms undocumented
Platforms *ConditionalAccessPlatforms `json:"platforms,omitempty"`
// Locations undocumented
Locations *ConditionalAccessLocations `json:"locations,omitempty"`
// ClientAppTypes undocumented
ClientAppTypes []ConditionalAccessClientApp `json:"clientAppTypes,omitempty"`
// DeviceStates undocumented
DeviceStates *ConditionalAccessDeviceStates `json:"deviceStates,omitempty"`
}
|