Skip to content

Commit

Permalink
feat(verifiedaccess): update the api
Browse files Browse the repository at this point in the history
#### verifiedaccess:v2

The following keys were added:
- schemas.DeviceSignals.properties.profileEnrollmentDomain.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Apr 9, 2024
1 parent 7e1738f commit 3569331
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/dyn/verifiedaccess_v2.challenge.html
Expand Up @@ -174,6 +174,7 @@ <h3>Method Details</h3>
&quot;profileAffiliationIds&quot;: [ # Affiliation IDs of the organizations that are affiliated with the organization that is currently managing the Chrome Profile鈥檚 user or ChromeOS user.
&quot;A String&quot;,
],
&quot;profileEnrollmentDomain&quot;: &quot;A String&quot;, # Enrollment domain of the customer which is currently managing the profile.
&quot;realtimeUrlCheckMode&quot;: &quot;A String&quot;, # 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
&quot;safeBrowsingProtectionLevel&quot;: &quot;A String&quot;, # Safe Browsing Protection Level. That setting may be controlled by an enterprise policy: https://chromeenterprise.google/policies/#SafeBrowsingProtectionLevel.
&quot;screenLockSecured&quot;: &quot;A String&quot;, # 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.
Expand Down
Expand Up @@ -146,7 +146,7 @@
}
}
},
"revision": "20240319",
"revision": "20240402",
"rootUrl": "https://verifiedaccess.googleapis.com/",
"schemas": {
"Challenge": {
Expand Down
Expand Up @@ -146,7 +146,7 @@
}
}
},
"revision": "20240319",
"revision": "20240402",
"rootUrl": "https://verifiedaccess.googleapis.com/",
"schemas": {
"Challenge": {
Expand Down Expand Up @@ -329,6 +329,10 @@
},
"type": "array"
},
"profileEnrollmentDomain": {
"description": "Enrollment domain of the customer which is currently managing the profile.",
"type": "string"
},
"realtimeUrlCheckMode": {
"description": "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",
"enum": [
Expand Down

0 comments on commit 3569331

Please sign in to comment.