mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-11 01:52:30 +00:00
Add initial Microsoft Teams support
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
This commit is contained in:
45
vendor/github.com/yaegashi/msgraph.go/beta/Windows10MobileCompliancePolicyModel.go
generated
vendored
Normal file
45
vendor/github.com/yaegashi/msgraph.go/beta/Windows10MobileCompliancePolicyModel.go
generated
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// Windows10MobileCompliancePolicy This class contains compliance settings for Windows 10 Mobile.
|
||||
type Windows10MobileCompliancePolicy struct {
|
||||
// DeviceCompliancePolicy is the base model of Windows10MobileCompliancePolicy
|
||||
DeviceCompliancePolicy
|
||||
// PasswordRequired Require a password to unlock Windows Phone device.
|
||||
PasswordRequired *bool `json:"passwordRequired,omitempty"`
|
||||
// PasswordBlockSimple Whether or not to block syncing the calendar.
|
||||
PasswordBlockSimple *bool `json:"passwordBlockSimple,omitempty"`
|
||||
// PasswordMinimumLength Minimum password length. Valid values 4 to 16
|
||||
PasswordMinimumLength *int `json:"passwordMinimumLength,omitempty"`
|
||||
// PasswordMinimumCharacterSetCount The number of character sets required in the password.
|
||||
PasswordMinimumCharacterSetCount *int `json:"passwordMinimumCharacterSetCount,omitempty"`
|
||||
// PasswordRequiredType The required password type.
|
||||
PasswordRequiredType *RequiredPasswordType `json:"passwordRequiredType,omitempty"`
|
||||
// PasswordPreviousPasswordBlockCount The number of previous passwords to prevent re-use of.
|
||||
PasswordPreviousPasswordBlockCount *int `json:"passwordPreviousPasswordBlockCount,omitempty"`
|
||||
// PasswordExpirationDays Number of days before password expiration. Valid values 1 to 255
|
||||
PasswordExpirationDays *int `json:"passwordExpirationDays,omitempty"`
|
||||
// PasswordMinutesOfInactivityBeforeLock Minutes of inactivity before a password is required.
|
||||
PasswordMinutesOfInactivityBeforeLock *int `json:"passwordMinutesOfInactivityBeforeLock,omitempty"`
|
||||
// PasswordRequireToUnlockFromIdle Require a password to unlock an idle device.
|
||||
PasswordRequireToUnlockFromIdle *bool `json:"passwordRequireToUnlockFromIdle,omitempty"`
|
||||
// OsMinimumVersion Minimum Windows Phone version.
|
||||
OsMinimumVersion *string `json:"osMinimumVersion,omitempty"`
|
||||
// OsMaximumVersion Maximum Windows Phone version.
|
||||
OsMaximumVersion *string `json:"osMaximumVersion,omitempty"`
|
||||
// EarlyLaunchAntiMalwareDriverEnabled Require devices to be reported as healthy by Windows Device Health Attestation - early launch antimalware driver is enabled.
|
||||
EarlyLaunchAntiMalwareDriverEnabled *bool `json:"earlyLaunchAntiMalwareDriverEnabled,omitempty"`
|
||||
// BitLockerEnabled Require devices to be reported healthy by Windows Device Health Attestation - bit locker is enabled
|
||||
BitLockerEnabled *bool `json:"bitLockerEnabled,omitempty"`
|
||||
// SecureBootEnabled Require devices to be reported as healthy by Windows Device Health Attestation - secure boot is enabled.
|
||||
SecureBootEnabled *bool `json:"secureBootEnabled,omitempty"`
|
||||
// CodeIntegrityEnabled Require devices to be reported as healthy by Windows Device Health Attestation.
|
||||
CodeIntegrityEnabled *bool `json:"codeIntegrityEnabled,omitempty"`
|
||||
// StorageRequireEncryption Require encryption on windows devices.
|
||||
StorageRequireEncryption *bool `json:"storageRequireEncryption,omitempty"`
|
||||
// ActiveFirewallRequired Require active firewall on Windows devices.
|
||||
ActiveFirewallRequired *bool `json:"activeFirewallRequired,omitempty"`
|
||||
// ValidOperatingSystemBuildRanges The valid operating system build ranges on Windows devices. This collection can contain a maximum of 10000 elements.
|
||||
ValidOperatingSystemBuildRanges []OperatingSystemVersionRange `json:"validOperatingSystemBuildRanges,omitempty"`
|
||||
}
|
Reference in New Issue
Block a user