Add initial Microsoft Teams support

Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
This commit is contained in:
Wim
2019-12-26 23:12:28 +01:00
parent 3af0dc3b3a
commit 795a8705c3
3362 changed files with 229502 additions and 22 deletions

View File

@@ -0,0 +1,25 @@
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// DeviceManagementSettings undocumented
type DeviceManagementSettings struct {
// Object is the base model of DeviceManagementSettings
Object
// DeviceComplianceCheckinThresholdDays The number of days a device is allowed to go without checking in to remain compliant.
DeviceComplianceCheckinThresholdDays *int `json:"deviceComplianceCheckinThresholdDays,omitempty"`
// IsScheduledActionEnabled Is feature enabled or not for scheduled action for rule.
IsScheduledActionEnabled *bool `json:"isScheduledActionEnabled,omitempty"`
// SecureByDefault Device should be noncompliant when there is no compliance policy targeted when this is true
SecureByDefault *bool `json:"secureByDefault,omitempty"`
// EnhancedJailBreak Is feature enabled or not for enhanced jailbreak detection.
EnhancedJailBreak *bool `json:"enhancedJailBreak,omitempty"`
// DeviceInactivityBeforeRetirementInDay When the device does not check in for specified number of days, the company data might be removed and the device will not be under management. Valid values 30 to 270
DeviceInactivityBeforeRetirementInDay *int `json:"deviceInactivityBeforeRetirementInDay,omitempty"`
// DerivedCredentialProvider The Derived Credential Provider to use for this account.
DerivedCredentialProvider *DerivedCredentialProviderType `json:"derivedCredentialProvider,omitempty"`
// DerivedCredentialURL The Derived Credential Provider self-service URI.
DerivedCredentialURL *string `json:"derivedCredentialUrl,omitempty"`
// AndroidDeviceAdministratorEnrollmentEnabled The property to determine if Android device administrator enrollment is enabled for this account.
AndroidDeviceAdministratorEnrollmentEnabled *bool `json:"androidDeviceAdministratorEnrollmentEnabled,omitempty"`
}