|
1990 | 1990 | }
|
1991 | 1991 | }
|
1992 | 1992 | },
|
1993 |
| - "revision": "20240206", |
| 1993 | + "revision": "20240312", |
1994 | 1994 | "rootUrl": "https://cloudidentity.googleapis.com/",
|
1995 | 1995 | "schemas": {
|
1996 | 1996 | "AddIdpCredentialOperationMetadata": {
|
|
2324 | 2324 | },
|
2325 | 2325 | "type": "object"
|
2326 | 2326 | },
|
| 2327 | + "GoogleAppsCloudidentityDevicesV1BrowserAttributes": { |
| 2328 | + "description": "Contains information about browser profiles reported by the [Endpoint Verification extension](https://chromewebstore.google.com/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg?pli=1).", |
| 2329 | + "id": "GoogleAppsCloudidentityDevicesV1BrowserAttributes", |
| 2330 | + "properties": { |
| 2331 | + "chromeBrowserInfo": { |
| 2332 | + "$ref": "GoogleAppsCloudidentityDevicesV1BrowserInfo", |
| 2333 | + "description": "Represents the current state of the [Chrome browser attributes](https://cloud.google.com/access-context-manager/docs/browser-attributes) sent by the [Endpoint Verification extension](https://chromewebstore.google.com/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg?pli=1)." |
| 2334 | + }, |
| 2335 | + "chromeProfileId": { |
| 2336 | + "description": "Chrome profile ID that is exposed by the Chrome API. It is unique for each device.", |
| 2337 | + "type": "string" |
| 2338 | + }, |
| 2339 | + "lastProfileSyncTime": { |
| 2340 | + "description": "Timestamp in milliseconds since Epoch when the profile/gcm id was last synced.", |
| 2341 | + "format": "google-datetime", |
| 2342 | + "type": "string" |
| 2343 | + } |
| 2344 | + }, |
| 2345 | + "type": "object" |
| 2346 | + }, |
| 2347 | + "GoogleAppsCloudidentityDevicesV1BrowserInfo": { |
| 2348 | + "description": "Browser-specific fields reported by the [Endpoint Verification extension](https://chromewebstore.google.com/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg?pli=1). LINT.IfChange", |
| 2349 | + "id": "GoogleAppsCloudidentityDevicesV1BrowserInfo", |
| 2350 | + "properties": { |
| 2351 | + "browserManagementState": { |
| 2352 | + "description": "Output only. Browser's management state.", |
| 2353 | + "enum": [ |
| 2354 | + "UNSPECIFIED", |
| 2355 | + "UNMANAGED", |
| 2356 | + "MANAGED_BY_OTHER_DOMAIN", |
| 2357 | + "PROFILE_MANAGED", |
| 2358 | + "BROWSER_MANAGED" |
| 2359 | + ], |
| 2360 | + "enumDescriptions": [ |
| 2361 | + "Management state is not specified.", |
| 2362 | + "Browser/Profile is not managed by any customer.", |
| 2363 | + "Browser/Profile is managed, but by some other customer.", |
| 2364 | + "Profile is managed by customer.", |
| 2365 | + "Browser is managed by customer." |
| 2366 | + ], |
| 2367 | + "readOnly": true, |
| 2368 | + "type": "string" |
| 2369 | + }, |
| 2370 | + "browserVersion": { |
| 2371 | + "description": "Version of the request initiating browser.", |
| 2372 | + "type": "string" |
| 2373 | + }, |
| 2374 | + "isBuiltInDnsClientEnabled": { |
| 2375 | + "description": "Current state of [built-in DNS client](https://chromeenterprise.google/policies/#BuiltInDnsClientEnabled).", |
| 2376 | + "type": "boolean" |
| 2377 | + }, |
| 2378 | + "isBulkDataEntryAnalysisEnabled": { |
| 2379 | + "description": "Current state of [bulk data analysis](https://chromeenterprise.google/policies/#OnBulkDataEntryEnterpriseConnector). Set to true if provider list from Chrome is non-empty.", |
| 2380 | + "type": "boolean" |
| 2381 | + }, |
| 2382 | + "isChromeCleanupEnabled": { |
| 2383 | + "description": "Current state of [Chrome Cleanup](https://chromeenterprise.google/policies/#ChromeCleanupEnabled).", |
| 2384 | + "type": "boolean" |
| 2385 | + }, |
| 2386 | + "isChromeRemoteDesktopAppBlocked": { |
| 2387 | + "description": "Current state of [Chrome Remote Desktop app](https://chromeenterprise.google/policies/#URLBlocklist).", |
| 2388 | + "type": "boolean" |
| 2389 | + }, |
| 2390 | + "isFileDownloadAnalysisEnabled": { |
| 2391 | + "description": "Current state of [file download analysis](https://chromeenterprise.google/policies/#OnFileDownloadedEnterpriseConnector). Set to true if provider list from Chrome is non-empty.", |
| 2392 | + "type": "boolean" |
| 2393 | + }, |
| 2394 | + "isFileUploadAnalysisEnabled": { |
| 2395 | + "description": "Current state of [file upload analysis](https://chromeenterprise.google/policies/#OnFileAttachedEnterpriseConnector). Set to true if provider list from Chrome is non-empty.", |
| 2396 | + "type": "boolean" |
| 2397 | + }, |
| 2398 | + "isRealtimeUrlCheckEnabled": { |
| 2399 | + "description": "Current state of [real-time URL check](https://chromeenterprise.google/policies/#EnterpriseRealTimeUrlCheckMode). Set to true if provider list from Chrome is non-empty.", |
| 2400 | + "type": "boolean" |
| 2401 | + }, |
| 2402 | + "isSecurityEventAnalysisEnabled": { |
| 2403 | + "description": "Current state of [security event analysis](https://chromeenterprise.google/policies/#OnSecurityEventEnterpriseConnector). Set to true if provider list from Chrome is non-empty.", |
| 2404 | + "type": "boolean" |
| 2405 | + }, |
| 2406 | + "isSiteIsolationEnabled": { |
| 2407 | + "description": "Current state of [site isolation](https://chromeenterprise.google/policies/?policy=IsolateOrigins).", |
| 2408 | + "type": "boolean" |
| 2409 | + }, |
| 2410 | + "isThirdPartyBlockingEnabled": { |
| 2411 | + "description": "Current state of [third-party blocking](https://chromeenterprise.google/policies/#ThirdPartyBlockingEnabled).", |
| 2412 | + "type": "boolean" |
| 2413 | + }, |
| 2414 | + "passwordProtectionWarningTrigger": { |
| 2415 | + "description": "Current state of [password protection trigger](https://chromeenterprise.google/policies/#PasswordProtectionWarningTrigger).", |
| 2416 | + "enum": [ |
| 2417 | + "PASSWORD_PROTECTION_TRIGGER_UNSPECIFIED", |
| 2418 | + "PROTECTION_OFF", |
| 2419 | + "PASSWORD_REUSE", |
| 2420 | + "PHISHING_REUSE" |
| 2421 | + ], |
| 2422 | + "enumDescriptions": [ |
| 2423 | + "Password protection is not specified.", |
| 2424 | + "Password reuse is never detected.", |
| 2425 | + "Warning is shown when the user reuses their protected password on a non-allowed site.", |
| 2426 | + "Warning is shown when the user reuses their protected password on a phishing site." |
| 2427 | + ], |
| 2428 | + "type": "string" |
| 2429 | + }, |
| 2430 | + "safeBrowsingProtectionLevel": { |
| 2431 | + "description": "Current state of [Safe Browsing protection level](https://chromeenterprise.google/policies/#SafeBrowsingProtectionLevel).", |
| 2432 | + "enum": [ |
| 2433 | + "SAFE_BROWSING_LEVEL_UNSPECIFIED", |
| 2434 | + "DISABLED", |
| 2435 | + "STANDARD", |
| 2436 | + "ENHANCED" |
| 2437 | + ], |
| 2438 | + "enumDescriptions": [ |
| 2439 | + "Browser protection level is not specified.", |
| 2440 | + "No protection against dangerous websites, downloads, and extensions.", |
| 2441 | + "Standard protection against websites, downloads, and extensions that are known to be dangerous.", |
| 2442 | + "Faster, proactive protection against dangerous websites, downloads, and extensions." |
| 2443 | + ], |
| 2444 | + "type": "string" |
| 2445 | + } |
| 2446 | + }, |
| 2447 | + "type": "object" |
| 2448 | + }, |
2327 | 2449 | "GoogleAppsCloudidentityDevicesV1CancelWipeDeviceMetadata": {
|
2328 | 2450 | "description": "Metadata for CancelWipeDevice LRO.",
|
2329 | 2451 | "id": "GoogleAppsCloudidentityDevicesV1CancelWipeDeviceMetadata",
|
|
2380 | 2502 | },
|
2381 | 2503 | "type": "object"
|
2382 | 2504 | },
|
| 2505 | + "GoogleAppsCloudidentityDevicesV1CertificateAttributes": { |
| 2506 | + "description": "Stores information about a certificate.", |
| 2507 | + "id": "GoogleAppsCloudidentityDevicesV1CertificateAttributes", |
| 2508 | + "properties": { |
| 2509 | + "certificateTemplate": { |
| 2510 | + "$ref": "GoogleAppsCloudidentityDevicesV1CertificateTemplate", |
| 2511 | + "description": "The X.509 extension for CertificateTemplate." |
| 2512 | + }, |
| 2513 | + "fingerprint": { |
| 2514 | + "description": "The encoded certificate fingerprint.", |
| 2515 | + "type": "string" |
| 2516 | + }, |
| 2517 | + "issuer": { |
| 2518 | + "description": "The name of the issuer of this certificate.", |
| 2519 | + "type": "string" |
| 2520 | + }, |
| 2521 | + "serialNumber": { |
| 2522 | + "description": "Serial number of the certificate, Example: \"123456789\".", |
| 2523 | + "type": "string" |
| 2524 | + }, |
| 2525 | + "subject": { |
| 2526 | + "description": "The subject name of this certificate.", |
| 2527 | + "type": "string" |
| 2528 | + }, |
| 2529 | + "thumbprint": { |
| 2530 | + "description": "The certificate thumbprint.", |
| 2531 | + "type": "string" |
| 2532 | + }, |
| 2533 | + "validationState": { |
| 2534 | + "description": "Output only. Validation state of this certificate.", |
| 2535 | + "enum": [ |
| 2536 | + "CERTIFICATE_VALIDATION_STATE_UNSPECIFIED", |
| 2537 | + "VALIDATION_SUCCESSFUL", |
| 2538 | + "VALIDATION_FAILED" |
| 2539 | + ], |
| 2540 | + "enumDescriptions": [ |
| 2541 | + "Default value.", |
| 2542 | + "Certificate validation was successful.", |
| 2543 | + "Certificate validation failed." |
| 2544 | + ], |
| 2545 | + "readOnly": true, |
| 2546 | + "type": "string" |
| 2547 | + }, |
| 2548 | + "validityExpirationTime": { |
| 2549 | + "description": "Certificate not valid at or after this timestamp.", |
| 2550 | + "format": "google-datetime", |
| 2551 | + "type": "string" |
| 2552 | + }, |
| 2553 | + "validityStartTime": { |
| 2554 | + "description": "Certificate not valid before this timestamp.", |
| 2555 | + "format": "google-datetime", |
| 2556 | + "type": "string" |
| 2557 | + } |
| 2558 | + }, |
| 2559 | + "type": "object" |
| 2560 | + }, |
| 2561 | + "GoogleAppsCloudidentityDevicesV1CertificateTemplate": { |
| 2562 | + "description": "CertificateTemplate (v3 Extension in X.509).", |
| 2563 | + "id": "GoogleAppsCloudidentityDevicesV1CertificateTemplate", |
| 2564 | + "properties": { |
| 2565 | + "id": { |
| 2566 | + "description": "The template id of the template. Example: \"1.3.6.1.4.1.311.21.8.15608621.11768144.5720724.16068415.6889630.81.2472537.7784047\".", |
| 2567 | + "type": "string" |
| 2568 | + }, |
| 2569 | + "majorVersion": { |
| 2570 | + "description": "The Major version of the template. Example: 100.", |
| 2571 | + "format": "int32", |
| 2572 | + "type": "integer" |
| 2573 | + }, |
| 2574 | + "minorVersion": { |
| 2575 | + "description": "The minor version of the template. Example: 12.", |
| 2576 | + "format": "int32", |
| 2577 | + "type": "integer" |
| 2578 | + } |
| 2579 | + }, |
| 2580 | + "type": "object" |
| 2581 | + }, |
2383 | 2582 | "GoogleAppsCloudidentityDevicesV1ClientState": {
|
2384 | 2583 | "description": "Represents the state associated with an API client calling the Devices API. Resource representing ClientState and supports updates from API users",
|
2385 | 2584 | "id": "GoogleAppsCloudidentityDevicesV1ClientState",
|
|
2641 | 2840 | "readOnly": true,
|
2642 | 2841 | "type": "string"
|
2643 | 2842 | },
|
| 2843 | + "endpointVerificationSpecificAttributes": { |
| 2844 | + "$ref": "GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes", |
| 2845 | + "description": "Output only. Attributes specific to [Endpoint Verification](https://cloud.google.com/endpoint-verification/docs/overview) devices.", |
| 2846 | + "readOnly": true |
| 2847 | + }, |
2644 | 2848 | "hostname": {
|
2645 | 2849 | "description": "Host name of the device.",
|
2646 | 2850 | "type": "string"
|
|
2855 | 3059 | },
|
2856 | 3060 | "type": "object"
|
2857 | 3061 | },
|
| 3062 | + "GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes": { |
| 3063 | + "description": "Resource representing the [Endpoint Verification-specific attributes](https://cloud.google.com/endpoint-verification/docs/device-information) of a device.", |
| 3064 | + "id": "GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes", |
| 3065 | + "properties": { |
| 3066 | + "additionalSignals": { |
| 3067 | + "additionalProperties": { |
| 3068 | + "description": "Properties of the object.", |
| 3069 | + "type": "any" |
| 3070 | + }, |
| 3071 | + "description": "Additional signals reported by Endpoint Verification. It includes the following attributes: 1. Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, is_os_native_firewall_enabled, and is_secure_boot_enabled. 2. [Configurable attributes](https://cloud.google.com/endpoint-verification/docs/collect-config-attributes): file, folder, and binary attributes; registry entries; and properties in a plist.", |
| 3072 | + "type": "object" |
| 3073 | + }, |
| 3074 | + "browserAttributes": { |
| 3075 | + "description": "Details of browser profiles reported by Endpoint Verification.", |
| 3076 | + "items": { |
| 3077 | + "$ref": "GoogleAppsCloudidentityDevicesV1BrowserAttributes" |
| 3078 | + }, |
| 3079 | + "type": "array" |
| 3080 | + }, |
| 3081 | + "certificateAttributes": { |
| 3082 | + "description": "Details of certificates.", |
| 3083 | + "items": { |
| 3084 | + "$ref": "GoogleAppsCloudidentityDevicesV1CertificateAttributes" |
| 3085 | + }, |
| 3086 | + "type": "array" |
| 3087 | + } |
| 3088 | + }, |
| 3089 | + "type": "object" |
| 3090 | + }, |
2858 | 3091 | "GoogleAppsCloudidentityDevicesV1ListClientStatesResponse": {
|
2859 | 3092 | "description": "Response message that is returned in ListClientStates.",
|
2860 | 3093 | "id": "GoogleAppsCloudidentityDevicesV1ListClientStatesResponse",
|
|
0 commit comments