VerifyChallengeResponseResult
import type { VerifyChallengeResponseResult } from "https://googleapis.deno.dev/v1/verifiedaccess:v2.ts";
Result message for VerifiedAccess.VerifyChallengeResponse. The response returned when successful for Managed profiles on Unmanaged browsers will NOT have devicePermanentId, keyTrustLevel, virtualDeviceId and customerId fields. Managed profiles will INSTEAD have the profileCustomerId, virtualProfileId, profilePermanentId and profileKeyTrustLevel fields.
§Properties
Output only. 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
Output only. Device permanent id is returned in this field (for the machine response only).
Output only. Deprecated. Device signal in json string representation.
Prefer using device_signals
instead.
Output only. Device signals.
Output only. Device attested key trust level.
Output only. Unique customer id that this profile belongs to, as defined by the Google Admin SDK at https://developers.google.com/admin-sdk/directory/v1/guides/manage-customers
Output only. Profile attested key trust level.
Output only. The unique server-side ID of a profile on the device.
Output only. 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)