DeviceSignals constructor

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

Implementation

DeviceSignals({
  this.allowScreenLock,
  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.realtimeUrlCheckMode,
  this.safeBrowsingProtectionLevel,
  this.screenLockSecured,
  this.secureBootMode,
  this.serialNumber,
  this.siteIsolationEnabled,
  this.systemDnsServers,
  this.thirdPartyBlockingEnabled,
  this.trigger,
  this.windowsMachineDomain,
  this.windowsUserDomain,
});