Add initial Microsoft Teams support
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
This commit is contained in:
Generated
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// PasswordSingleSignOnCredentialSet undocumented
|
||||
type PasswordSingleSignOnCredentialSet struct {
|
||||
// Object is the base model of PasswordSingleSignOnCredentialSet
|
||||
Object
|
||||
// ID undocumented
|
||||
ID *string `json:"id,omitempty"`
|
||||
// Credentials undocumented
|
||||
Credentials []Credential `json:"credentials,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user