Skip to content

Commit 4aa3cb6

Browse files
committed
feat: Generate Google.Apis.Verifiedaccess.v2 version 1.69.0.3729
1 parent adc5ff0 commit 4aa3cb6

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

DiscoveryJson/verifiedaccess.v2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
}
147147
}
148148
},
149-
"revision": "20250311",
149+
"revision": "20250318",
150150
"rootUrl": "https://verifiedaccess.googleapis.com/",
151151
"schemas": {
152152
"Antivirus": {
@@ -524,7 +524,7 @@
524524
"type": "object"
525525
},
526526
"VerifyChallengeResponseResult": {
527-
"description": "Result message for VerifiedAccess.VerifyChallengeResponse.",
527+
"description": "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.",
528528
"id": "VerifyChallengeResponseResult",
529529
"properties": {
530530
"attestedDeviceId": {

Src/Generated/Google.Apis.Verifiedaccess.v2/Google.Apis.Verifiedaccess.v2.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,12 @@ public class VerifyChallengeResponseRequest : Google.Apis.Requests.IDirectRespon
634634
public virtual string ETag { get; set; }
635635
}
636636

637-
/// <summary>Result message for VerifiedAccess.VerifyChallengeResponse.</summary>
637+
/// <summary>
638+
/// Result message for VerifiedAccess.VerifyChallengeResponse. The response returned when successful for Managed
639+
/// profiles on Unmanaged browsers will NOT have devicePermanentId, keyTrustLevel, virtualDeviceId and customerId
640+
/// fields. Managed profiles will INSTEAD have the profileCustomerId, virtualProfileId, profilePermanentId and
641+
/// profileKeyTrustLevel fields.
642+
/// </summary>
638643
public class VerifyChallengeResponseResult : Google.Apis.Requests.IDirectResponseSchema
639644
{
640645
/// <summary>Output only. Attested device ID (ADID).</summary>

Src/Generated/Google.Apis.Verifiedaccess.v2/Google.Apis.Verifiedaccess.v2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.Verifiedaccess.v2 Client Library</Title>
6-
<Version>1.69.0.3722</Version>
6+
<Version>1.69.0.3729</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2025 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>

0 commit comments

Comments
 (0)