mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 15:40:30 +00:00
16 lines
549 B
Go
16 lines
549 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// ConditionalAccessApplications undocumented
|
||
|
type ConditionalAccessApplications struct {
|
||
|
// Object is the base model of ConditionalAccessApplications
|
||
|
Object
|
||
|
// IncludeApplications undocumented
|
||
|
IncludeApplications []string `json:"includeApplications,omitempty"`
|
||
|
// ExcludeApplications undocumented
|
||
|
ExcludeApplications []string `json:"excludeApplications,omitempty"`
|
||
|
// IncludeUserActions undocumented
|
||
|
IncludeUserActions []string `json:"includeUserActions,omitempty"`
|
||
|
}
|