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
* `customerId` (*type:* `String.t`, *default:* `nil`) - 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
26
-
* `deviceEnrollmentId` (*type:* `String.t`, *default:* `nil`) - Device enrollment id for ChromeOS devices.
27
-
* `devicePermanentId` (*type:* `String.t`, *default:* `nil`) - Device permanent id is returned in this field (for the machine response only).
28
-
* `deviceSignal` (*type:* `String.t`, *default:* `nil`) - Deprecated. Device signal in json string representation. Prefer using `device_signals` instead.
* `profileCustomerId` (*type:* `String.t`, *default:* `nil`) - 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
* `signedPublicKeyAndChallenge` (*type:* `String.t`, *default:* `nil`) - 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)
34
-
* `virtualDeviceId` (*type:* `String.t`, *default:* `nil`) - Virtual device id of the device. The definition of virtual device id is platform-specific.
35
-
* `virtualProfileId` (*type:* `String.t`, *default:* `nil`) - The ID of a profile on the device.
* `customerId` (*type:* `String.t`, *default:* `nil`) - 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
26
+
* `deviceEnrollmentId` (*type:* `String.t`, *default:* `nil`) - Output only. Device enrollment id for ChromeOS devices.
27
+
* `devicePermanentId` (*type:* `String.t`, *default:* `nil`) - Output only. Device permanent id is returned in this field (for the machine response only).
28
+
* `deviceSignal` (*type:* `String.t`, *default:* `nil`) - Output only. Deprecated. Device signal in json string representation. Prefer using `device_signals` instead.
* `profileCustomerId` (*type:* `String.t`, *default:* `nil`) - 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
* `profilePermanentId` (*type:* `String.t`, *default:* `nil`) - Output only. The unique server-side ID of a profile on the device.
34
+
* `signedPublicKeyAndChallenge` (*type:* `String.t`, *default:* `nil`) - 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)
35
+
* `virtualDeviceId` (*type:* `String.t`, *default:* `nil`) - Output only. Virtual device id of the device. The definition of virtual device id is platform-specific.
36
+
* `virtualProfileId` (*type:* `String.t`, *default:* `nil`) - Output only. The client-provided ID of a profile on the device.
36
37
"""
37
38
38
39
useGoogleApi.Gax.ModelBase
@@ -47,6 +48,7 @@ defmodule GoogleApi.VerifiedAccess.V2.Model.VerifyChallengeResponseResult do
47
48
:keyTrustLevel=>String.t()|nil,
48
49
:profileCustomerId=>String.t()|nil,
49
50
:profileKeyTrustLevel=>String.t()|nil,
51
+
:profilePermanentId=>String.t()|nil,
50
52
:signedPublicKeyAndChallenge=>String.t()|nil,
51
53
:virtualDeviceId=>String.t()|nil,
52
54
:virtualProfileId=>String.t()|nil
@@ -61,6 +63,7 @@ defmodule GoogleApi.VerifiedAccess.V2.Model.VerifyChallengeResponseResult do
0 commit comments