DeviceSignals constructor
DeviceSignals({
- bool? allowScreenLock,
- String? browserVersion,
- bool? builtInDnsClientEnabled,
- bool? chromeRemoteDesktopAppBlocked,
- CrowdStrikeAgent? crowdStrikeAgent,
- List<
String> ? deviceAffiliationIds, - String? deviceEnrollmentDomain,
- String? deviceManufacturer,
- String? deviceModel,
- String? diskEncryption,
- String? displayName,
- String? hostname,
- List<
String> ? imei, - List<
String> ? macAddresses, - List<
String> ? meid, - String? operatingSystem,
- String? osFirewall,
- String? osVersion,
- String? passwordProtectionWarningTrigger,
- List<
String> ? profileAffiliationIds, - String? profileEnrollmentDomain,
- String? realtimeUrlCheckMode,
- String? safeBrowsingProtectionLevel,
- String? screenLockSecured,
- String? secureBootMode,
- String? serialNumber,
- bool? siteIsolationEnabled,
- List<
String> ? systemDnsServers, - bool? thirdPartyBlockingEnabled,
- String? trigger,
- String? windowsMachineDomain,
- 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.profileEnrollmentDomain,
this.realtimeUrlCheckMode,
this.safeBrowsingProtectionLevel,
this.screenLockSecured,
this.secureBootMode,
this.serialNumber,
this.siteIsolationEnabled,
this.systemDnsServers,
this.thirdPartyBlockingEnabled,
this.trigger,
this.windowsMachineDomain,
this.windowsUserDomain,
});