forked from lug/matterbridge
Add initial Microsoft Teams support
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
This commit is contained in:
21
vendor/github.com/yaegashi/msgraph.go/beta/ConditionalAccessUsersModel.go
generated
vendored
Normal file
21
vendor/github.com/yaegashi/msgraph.go/beta/ConditionalAccessUsersModel.go
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// ConditionalAccessUsers undocumented
|
||||
type ConditionalAccessUsers struct {
|
||||
// Object is the base model of ConditionalAccessUsers
|
||||
Object
|
||||
// IncludeUsers undocumented
|
||||
IncludeUsers []string `json:"includeUsers,omitempty"`
|
||||
// ExcludeUsers undocumented
|
||||
ExcludeUsers []string `json:"excludeUsers,omitempty"`
|
||||
// IncludeGroups undocumented
|
||||
IncludeGroups []string `json:"includeGroups,omitempty"`
|
||||
// ExcludeGroups undocumented
|
||||
ExcludeGroups []string `json:"excludeGroups,omitempty"`
|
||||
// IncludeRoles undocumented
|
||||
IncludeRoles []string `json:"includeRoles,omitempty"`
|
||||
// ExcludeRoles undocumented
|
||||
ExcludeRoles []string `json:"excludeRoles,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user