Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DeviceSignals

import type { DeviceSignals } from "https://googleapis.deno.dev/v1/verifiedaccess:v2.ts";

The device signals as reported by Chrome. Unless otherwise specified, signals are available on all platforms.

interface DeviceSignals {
allowScreenLock?: boolean;
browserVersion?: string;
builtInDnsClientEnabled?: boolean;
chromeRemoteDesktopAppBlocked?: boolean;
crowdStrikeAgent?: CrowdStrikeAgent;
deviceAffiliationIds?: string[];
deviceEnrollmentDomain?: string;
deviceManufacturer?: string;
deviceModel?: string;
diskEncryption?:
| "DISK_ENCRYPTION_UNSPECIFIED"
| "DISK_ENCRYPTION_UNKNOWN"
| "DISK_ENCRYPTION_DISABLED"
| "DISK_ENCRYPTION_ENCRYPTED";
displayName?: string;
hostname?: string;
imei?: string[];
macAddresses?: string[];
meid?: string[];
operatingSystem?:
| "OPERATING_SYSTEM_UNSPECIFIED"
| "CHROME_OS"
| "CHROMIUM_OS"
| "WINDOWS"
| "MAC_OS_X"
| "LINUX";
osFirewall?:
| "OS_FIREWALL_UNSPECIFIED"
| "OS_FIREWALL_UNKNOWN"
| "OS_FIREWALL_DISABLED"
| "OS_FIREWALL_ENABLED";
osVersion?: string;
passwordProtectionWarningTrigger?:
| "PASSWORD_PROTECTION_WARNING_TRIGGER_UNSPECIFIED"
| "POLICY_UNSET"
| "PASSWORD_PROTECTION_OFF"
| "PASSWORD_REUSE"
| "PHISHING_REUSE";
profileAffiliationIds?: string[];
profileEnrollmentDomain?: string;
realtimeUrlCheckMode?: "REALTIME_URL_CHECK_MODE_UNSPECIFIED" | "REALTIME_URL_CHECK_MODE_DISABLED" | "REALTIME_URL_CHECK_MODE_ENABLED_MAIN_FRAME";
safeBrowsingProtectionLevel?:
| "SAFE_BROWSING_PROTECTION_LEVEL_UNSPECIFIED"
| "INACTIVE"
| "STANDARD"
| "ENHANCED";
screenLockSecured?:
| "SCREEN_LOCK_SECURED_UNSPECIFIED"
| "SCREEN_LOCK_SECURED_UNKNOWN"
| "SCREEN_LOCK_SECURED_DISABLED"
| "SCREEN_LOCK_SECURED_ENABLED";
secureBootMode?:
| "SECURE_BOOT_MODE_UNSPECIFIED"
| "SECURE_BOOT_MODE_UNKNOWN"
| "SECURE_BOOT_MODE_DISABLED"
| "SECURE_BOOT_MODE_ENABLED";
serialNumber?: string;
siteIsolationEnabled?: boolean;
systemDnsServers?: string[];
thirdPartyBlockingEnabled?: boolean;
trigger?: "TRIGGER_UNSPECIFIED" | "TRIGGER_BROWSER_NAVIGATION" | "TRIGGER_LOGIN_SCREEN";
windowsMachineDomain?: string;
windowsUserDomain?: string;
}

§Properties

§
allowScreenLock?: boolean
[src]

Value of the AllowScreenLock policy on the device. See https://chromeenterprise.google/policies/?policy=AllowScreenLock for more details. Available on ChromeOS only.

§
browserVersion?: string
[src]

Current version of the Chrome browser which generated this set of signals. Example value: "107.0.5286.0".

§
builtInDnsClientEnabled?: boolean
[src]

Whether Chrome's built-in DNS client is used. The OS DNS client is otherwise used. This value may be controlled by an enterprise policy: https://chromeenterprise.google/policies/#BuiltInDnsClientEnabled.

§
chromeRemoteDesktopAppBlocked?: boolean
[src]

Whether access to the Chrome Remote Desktop application is blocked via a policy.

§
crowdStrikeAgent?: CrowdStrikeAgent
[src]

Crowdstrike agent properties installed on the device, if any. Available on Windows and MacOS only.

§
deviceAffiliationIds?: string[]
[src]

Affiliation IDs of the organizations that are affiliated with the organization that is currently managing the device. When the sets of device and profile affiliation IDs overlap, it means that the organizations managing the device and user are affiliated. To learn more about user affiliation, visit https://support.google.com/chrome/a/answer/12801245?ref_topic=9027936.

§
deviceEnrollmentDomain?: string
[src]

Enrollment domain of the customer which is currently managing the device.

§
deviceManufacturer?: string
[src]

The name of the device's manufacturer.

§
deviceModel?: string
[src]

The name of the device's model.

§
diskEncryption?: "DISK_ENCRYPTION_UNSPECIFIED" | "DISK_ENCRYPTION_UNKNOWN" | "DISK_ENCRYPTION_DISABLED" | "DISK_ENCRYPTION_ENCRYPTED"
[src]

The encryption state of the disk. On ChromeOS, the main disk is always ENCRYPTED.

§
displayName?: string
[src]

The display name of the device, as defined by the user.

§
hostname?: string
[src]

Hostname of the device.

§
imei?: string[]
[src]

International Mobile Equipment Identity (IMEI) of the device. Available on ChromeOS only.

§
macAddresses?: string[]
[src]

MAC addresses of the device.

§
meid?: string[]
[src]

Mobile Equipment Identifier (MEID) of the device. Available on ChromeOS only.

§
operatingSystem?: "OPERATING_SYSTEM_UNSPECIFIED" | "CHROME_OS" | "CHROMIUM_OS" | "WINDOWS" | "MAC_OS_X" | "LINUX"
[src]

The type of the Operating System currently running on the device.

§
osFirewall?: "OS_FIREWALL_UNSPECIFIED" | "OS_FIREWALL_UNKNOWN" | "OS_FIREWALL_DISABLED" | "OS_FIREWALL_ENABLED"
[src]

The state of the OS level firewall. On ChromeOS, the value will always be ENABLED on regular devices and UNKNOWN on devices in developer mode.

§
osVersion?: string
[src]

The current version of the Operating System. On Windows and linux, the value will also include the security patch information.

§
passwordProtectionWarningTrigger?: "PASSWORD_PROTECTION_WARNING_TRIGGER_UNSPECIFIED" | "POLICY_UNSET" | "PASSWORD_PROTECTION_OFF" | "PASSWORD_REUSE" | "PHISHING_REUSE"
[src]

Whether the Password Protection Warning feature is enabled or not. Password protection alerts users when they reuse their protected password on potentially suspicious sites. This setting is controlled by an enterprise policy: https://chromeenterprise.google/policies/#PasswordProtectionWarningTrigger. Note that the policy unset does not have the same effects as having the policy explicitly set to PASSWORD_PROTECTION_OFF.

§
profileAffiliationIds?: string[]
[src]

Affiliation IDs of the organizations that are affiliated with the organization that is currently managing the Chrome Profile’s user or ChromeOS user.

§
profileEnrollmentDomain?: string
[src]

Enrollment domain of the customer which is currently managing the profile.

§
realtimeUrlCheckMode?: "REALTIME_URL_CHECK_MODE_UNSPECIFIED" | "REALTIME_URL_CHECK_MODE_DISABLED" | "REALTIME_URL_CHECK_MODE_ENABLED_MAIN_FRAME"
[src]

Whether Enterprise-grade (i.e. custom) unsafe URL scanning is enabled or not. This setting may be controlled by an enterprise policy: https://chromeenterprise.google/policies/#EnterpriseRealTimeUrlCheckMode

§
safeBrowsingProtectionLevel?: "SAFE_BROWSING_PROTECTION_LEVEL_UNSPECIFIED" | "INACTIVE" | "STANDARD" | "ENHANCED"
[src]

Safe Browsing Protection Level. That setting may be controlled by an enterprise policy: https://chromeenterprise.google/policies/#SafeBrowsingProtectionLevel.

§
screenLockSecured?: "SCREEN_LOCK_SECURED_UNSPECIFIED" | "SCREEN_LOCK_SECURED_UNKNOWN" | "SCREEN_LOCK_SECURED_DISABLED" | "SCREEN_LOCK_SECURED_ENABLED"
[src]

The state of the Screen Lock password protection. On ChromeOS, this value will always be ENABLED as there is not way to disable requiring a password or pin when unlocking the device.

§
secureBootMode?: "SECURE_BOOT_MODE_UNSPECIFIED" | "SECURE_BOOT_MODE_UNKNOWN" | "SECURE_BOOT_MODE_DISABLED" | "SECURE_BOOT_MODE_ENABLED"
[src]

Whether the device's startup software has its Secure Boot feature enabled. Available on Windows only.

§
serialNumber?: string
[src]

The serial number of the device. On Windows, this represents the BIOS's serial number. Not available on most Linux distributions.

§
siteIsolationEnabled?: boolean
[src]

Whether the Site Isolation (a.k.a Site Per Process) setting is enabled. That setting may be controlled by an enterprise policy: https://chromeenterprise.google/policies/#SitePerProcess

§
systemDnsServers?: string[]
[src]

List of the addesses of all OS level DNS servers configured in the device's network settings.

§
thirdPartyBlockingEnabled?: boolean
[src]

Whether Chrome is blocking third-party software injection or not. This setting may be controlled by an enterprise policy: https://chromeenterprise.google/policies/?policy=ThirdPartyBlockingEnabled. Available on Windows only.

§
trigger?: "TRIGGER_UNSPECIFIED" | "TRIGGER_BROWSER_NAVIGATION" | "TRIGGER_LOGIN_SCREEN"
[src]

The trigger which generated this set of signals.

§
windowsMachineDomain?: string
[src]

Windows domain that the current machine has joined. Available on Windows only.

§
windowsUserDomain?: string
[src]

Windows domain for the current OS user. Available on Windows only.