diff options
author | Qais Patankar <qaisjp@gmail.com> | 2020-03-15 22:43:46 +0000 |
---|---|---|
committer | Wim <wim@42.be> | 2020-03-22 00:02:48 +0100 |
commit | 76e5fe5a87d7e60919075f96eee599f3c6255a9f (patch) | |
tree | af3181ad6aadaea02069473a3718a827be888426 /vendor/github.com/matterbridge/msgraph.go/beta/AndroidWorkProfileCompliancePolicyModel.go | |
parent | 802c80f40c709ba4967de317e40a8d6abe57f6be (diff) | |
download | matterbridge-msglm-76e5fe5a87d7e60919075f96eee599f3c6255a9f.tar.gz matterbridge-msglm-76e5fe5a87d7e60919075f96eee599f3c6255a9f.tar.bz2 matterbridge-msglm-76e5fe5a87d7e60919075f96eee599f3c6255a9f.zip |
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/AndroidWorkProfileCompliancePolicyModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/AndroidWorkProfileCompliancePolicyModel.go | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/AndroidWorkProfileCompliancePolicyModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/AndroidWorkProfileCompliancePolicyModel.go deleted file mode 100644 index 4b1d55f6..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/AndroidWorkProfileCompliancePolicyModel.go +++ /dev/null @@ -1,53 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// AndroidWorkProfileCompliancePolicy This class contains compliance settings for Android Work Profile. -type AndroidWorkProfileCompliancePolicy struct { - // DeviceCompliancePolicy is the base model of AndroidWorkProfileCompliancePolicy - DeviceCompliancePolicy - // PasswordRequired Require a password to unlock device. - PasswordRequired *bool `json:"passwordRequired,omitempty"` - // PasswordMinimumLength Minimum password length. Valid values 4 to 16 - PasswordMinimumLength *int `json:"passwordMinimumLength,omitempty"` - // PasswordRequiredType Type of characters in password - PasswordRequiredType *AndroidRequiredPasswordType `json:"passwordRequiredType,omitempty"` - // PasswordMinutesOfInactivityBeforeLock Minutes of inactivity before a password is required. - PasswordMinutesOfInactivityBeforeLock *int `json:"passwordMinutesOfInactivityBeforeLock,omitempty"` - // PasswordExpirationDays Number of days before the password expires. Valid values 1 to 365 - PasswordExpirationDays *int `json:"passwordExpirationDays,omitempty"` - // PasswordPreviousPasswordBlockCount Number of previous passwords to block. Valid values 1 to 24 - PasswordPreviousPasswordBlockCount *int `json:"passwordPreviousPasswordBlockCount,omitempty"` - // PasswordSignInFailureCountBeforeFactoryReset Number of sign-in failures allowed before factory reset. Valid values 1 to 16 - PasswordSignInFailureCountBeforeFactoryReset *int `json:"passwordSignInFailureCountBeforeFactoryReset,omitempty"` - // SecurityPreventInstallAppsFromUnknownSources Require that devices disallow installation of apps from unknown sources. - SecurityPreventInstallAppsFromUnknownSources *bool `json:"securityPreventInstallAppsFromUnknownSources,omitempty"` - // SecurityDisableUsbDebugging Disable USB debugging on Android devices. - SecurityDisableUsbDebugging *bool `json:"securityDisableUsbDebugging,omitempty"` - // SecurityRequireVerifyApps Require the Android Verify apps feature is turned on. - SecurityRequireVerifyApps *bool `json:"securityRequireVerifyApps,omitempty"` - // DeviceThreatProtectionEnabled Require that devices have enabled device threat protection. - DeviceThreatProtectionEnabled *bool `json:"deviceThreatProtectionEnabled,omitempty"` - // DeviceThreatProtectionRequiredSecurityLevel Require Mobile Threat Protection minimum risk level to report noncompliance. - DeviceThreatProtectionRequiredSecurityLevel *DeviceThreatProtectionLevel `json:"deviceThreatProtectionRequiredSecurityLevel,omitempty"` - // SecurityBlockJailbrokenDevices Devices must not be jailbroken or rooted. - SecurityBlockJailbrokenDevices *bool `json:"securityBlockJailbrokenDevices,omitempty"` - // OsMinimumVersion Minimum Android version. - OsMinimumVersion *string `json:"osMinimumVersion,omitempty"` - // OsMaximumVersion Maximum Android version. - OsMaximumVersion *string `json:"osMaximumVersion,omitempty"` - // MinAndroidSecurityPatchLevel Minimum Android security patch level. - MinAndroidSecurityPatchLevel *string `json:"minAndroidSecurityPatchLevel,omitempty"` - // StorageRequireEncryption Require encryption on Android devices. - StorageRequireEncryption *bool `json:"storageRequireEncryption,omitempty"` - // SecurityRequireSafetyNetAttestationBasicIntegrity Require the device to pass the SafetyNet basic integrity check. - SecurityRequireSafetyNetAttestationBasicIntegrity *bool `json:"securityRequireSafetyNetAttestationBasicIntegrity,omitempty"` - // SecurityRequireSafetyNetAttestationCertifiedDevice Require the device to pass the SafetyNet certified device check. - SecurityRequireSafetyNetAttestationCertifiedDevice *bool `json:"securityRequireSafetyNetAttestationCertifiedDevice,omitempty"` - // SecurityRequireGooglePlayServices Require Google Play Services to be installed and enabled on the device. - SecurityRequireGooglePlayServices *bool `json:"securityRequireGooglePlayServices,omitempty"` - // SecurityRequireUpToDateSecurityProviders Require the device to have up to date security providers. The device will require Google Play Services to be enabled and up to date. - SecurityRequireUpToDateSecurityProviders *bool `json:"securityRequireUpToDateSecurityProviders,omitempty"` - // SecurityRequireCompanyPortalAppIntegrity Require the device to pass the Company Portal client app runtime integrity check. - SecurityRequireCompanyPortalAppIntegrity *bool `json:"securityRequireCompanyPortalAppIntegrity,omitempty"` -} |