DeviceSignals constructor

DeviceSignals({
  1. bool? allowScreenLock,
  2. Antivirus? antivirus,
  3. String? browserVersion,
  4. bool? builtInDnsClientEnabled,
  5. bool? chromeRemoteDesktopAppBlocked,
  6. CrowdStrikeAgent? crowdStrikeAgent,
  7. List<String>? deviceAffiliationIds,
  8. String? deviceEnrollmentDomain,
  9. String? deviceManufacturer,
  10. String? deviceModel,
  11. String? diskEncryption,
  12. String? displayName,
  13. String? hostname,
  14. List<String>? imei,
  15. List<String>? macAddresses,
  16. List<String>? meid,
  17. String? operatingSystem,
  18. String? osFirewall,
  19. String? osVersion,
  20. String? passwordProtectionWarningTrigger,
  21. List<String>? profileAffiliationIds,
  22. String? profileEnrollmentDomain,
  23. String? realtimeUrlCheckMode,
  24. String? safeBrowsingProtectionLevel,
  25. String? screenLockSecured,
  26. String? secureBootMode,
  27. String? serialNumber,
  28. bool? siteIsolationEnabled,
  29. List<String>? systemDnsServers,
  30. bool? thirdPartyBlockingEnabled,
  31. String? trigger,
  32. String? windowsMachineDomain,
  33. String? windowsUserDomain,
})

Implementation

DeviceSignals({
  this.allowScreenLock,
  this.antivirus,
  this.browserVersion,
  this.builtInDnsClientEnabled,
  this.chromeRemoteDesktopAppBlocked,
  this.crowdStrikeAgent,
  this.deviceAffiliationIds,
  this.deviceEnrollmentDomain,
  this.deviceManufacturer,
  this.deviceModel,
  this.diskEncryption,
  this.displayName,
  this.hostname,
  this.imei,
  this.macAddresses,
  this.meid,
  this.operatingSystem,
  this.osFirewall,
  this.osVersion,
  this.passwordProtectionWarningTrigger,
  this.profileAffiliationIds,
  this.profileEnrollmentDomain,
  this.realtimeUrlCheckMode,
  this.safeBrowsingProtectionLevel,
  this.screenLockSecured,
  this.secureBootMode,
  this.serialNumber,
  this.siteIsolationEnabled,
  this.systemDnsServers,
  this.thirdPartyBlockingEnabled,
  this.trigger,
  this.windowsMachineDomain,
  this.windowsUserDomain,
});