You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/verifiedaccess_v2.challenge.html
+48-2Lines changed: 48 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,6 @@ <h3>Method Details</h3>
109
109
An object of the form:
110
110
111
111
{ # Result message for VerifiedAccess.GenerateChallenge.
112
-
"alternativeChallenge": "A String", # Challenge generated with the old signing key, the bytes representation of SignedData (this will only be present during key rotation).
113
112
"challenge": "A String", # Generated challenge, the bytes representation of SignedData.
114
113
}</pre>
115
114
</div>
@@ -138,7 +137,54 @@ <h3>Method Details</h3>
138
137
{ # Result message for VerifiedAccess.VerifyChallengeResponse.
139
138
"customerId": "A String", # Unique customer id that this device belongs to, as defined by the Google Admin SDK at https://developers.google.com/admin-sdk/directory/v1/guides/manage-customers
140
139
"devicePermanentId": "A String", # Device permanent id is returned in this field (for the machine response only).
141
-
"deviceSignal": "A String", # Device signal in json string representation.
140
+
"deviceSignal": "A String", # Deprecated. Device signal in json string representation. Prefer using `device_signals` instead.
141
+
"deviceSignals": { # The device signals as reported by Chrome. # Device signals.
142
+
"allowScreenLock": True or False, # Value of the AllowScreenLock policy on the device. See https://chromeenterprise.google/policies/?policy=AllowScreenLock for more details.
143
+
"browserVersion": "A String", # Current version of the Chrome browser which generated this set of signals. Example value: "107.0.5286.0".
144
+
"builtInDnsClientEnabled": True or False, # 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.
145
+
"chromeRemoteDesktopAppBlocked": True or False, # Whether access to the Chrome Remote Desktop application is blocked via a policy.
146
+
"crowdStrikeAgent": { # Properties of the CrowdStrike agent installed on a device. # Crowdstrike agent properties installed on the device, if any.
147
+
"agentId": "A String", # The Agent ID of the Crowdstrike agent.
148
+
"customerId": "A String", # The Customer ID to which the agent belongs to.
149
+
},
150
+
"deviceAffiliationIds": [ # 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.
151
+
"A String",
152
+
],
153
+
"deviceEnrollmentDomain": "A String", # Enrollment domain of the customer which is currently managing the device.
154
+
"deviceManufacturer": "A String", # The name of the device's manufacturer.
155
+
"deviceModel": "A String", # The name of the device's model.
156
+
"diskEncryption": "A String", # The encryption state of the disk. On ChromeOS, the main disk is always ENCRYPTED.
157
+
"displayName": "A String", # The display name of the device, as defined by the user.
158
+
"hostname": "A String", # Hostname of the device.
159
+
"imei": [ # International Mobile Equipment Identity (IMEI) of the device.
160
+
"A String",
161
+
],
162
+
"macAddresses": [ # MAC addresses of the device.
163
+
"A String",
164
+
],
165
+
"meid": [ # Mobile Equipment Identifier (MEID) of the device.
166
+
"A String",
167
+
],
168
+
"operatingSystem": "A String", # The type of the Operating System currently running on the device.
169
+
"osFirewall": "A String", # 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.
170
+
"osVersion": "A String", # The current version of the Operating System. On Windows and linux, the value will also include the security patch information.
171
+
"passwordProtectionWarningTrigger": "A String", # 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`.
172
+
"profileAffiliationIds": [ # Affiliation IDs of the organizations that are affiliated with the organization that is currently managing the Chrome Profile’s user or ChromeOS user.
173
+
"A String",
174
+
],
175
+
"realtimeUrlCheckMode": "A String", # 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
176
+
"safeBrowsingProtectionLevel": "A String", # Safe Browsing Protection Level. That setting may be controlled by an enterprise policy: https://chromeenterprise.google/policies/#SafeBrowsingProtectionLevel.
177
+
"screenLockSecured": "A String", # 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.
178
+
"secureBootMode": "A String", # Whether the device's startup software has its Secure Boot feature enabled.
179
+
"serialNumber": "A String", # The serial number of the device. On Windows, this represents the BIOS's serial number.
180
+
"siteIsolationEnabled": True or False, # 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
181
+
"systemDnsServers": [ # List of the addesses of all OS level DNS servers configured in the device's network settings.
182
+
"A String",
183
+
],
184
+
"thirdPartyBlockingEnabled": True or False, # 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
185
+
"windowsMachineDomain": "A String", # Windows domain that the current machine has joined.
186
+
"windowsUserDomain": "A String", # Windows domain for the current OS user.
"signedPublicKeyAndChallenge": "A String", # Certificate Signing Request (in the SPKAC format, base64 encoded) is returned in this field. This field will be set only if device has included CSR in its challenge response. (the option to include CSR is now available for both user and machine responses)
144
190
"virtualDeviceId": "A String", # Virtual device id of the device. The definition of virtual device id is platform-specific.
0 commit comments