Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleAppsCloudidentityDevicesV1BrowserInfo

import type { GoogleAppsCloudidentityDevicesV1BrowserInfo } from "https://googleapis.deno.dev/v1/cloudidentity:v1.ts";

Browser-specific fields reported by the Endpoint Verification extension. LINT.IfChange

interface GoogleAppsCloudidentityDevicesV1BrowserInfo {
readonly browserManagementState?:
| "UNSPECIFIED"
| "UNMANAGED"
| "MANAGED_BY_OTHER_DOMAIN"
| "PROFILE_MANAGED"
| "BROWSER_MANAGED";
browserVersion?: string;
isBuiltInDnsClientEnabled?: boolean;
isBulkDataEntryAnalysisEnabled?: boolean;
isChromeCleanupEnabled?: boolean;
isChromeRemoteDesktopAppBlocked?: boolean;
isFileDownloadAnalysisEnabled?: boolean;
isFileUploadAnalysisEnabled?: boolean;
isRealtimeUrlCheckEnabled?: boolean;
isSecurityEventAnalysisEnabled?: boolean;
isSiteIsolationEnabled?: boolean;
isThirdPartyBlockingEnabled?: boolean;
passwordProtectionWarningTrigger?:
| "PASSWORD_PROTECTION_TRIGGER_UNSPECIFIED"
| "PROTECTION_OFF"
| "PASSWORD_REUSE"
| "PHISHING_REUSE";
safeBrowsingProtectionLevel?:
| "SAFE_BROWSING_LEVEL_UNSPECIFIED"
| "DISABLED"
| "STANDARD"
| "ENHANCED";
}

§Properties

§
readonly browserManagementState?: "UNSPECIFIED" | "UNMANAGED" | "MANAGED_BY_OTHER_DOMAIN" | "PROFILE_MANAGED" | "BROWSER_MANAGED"
[src]

Output only. Browser's management state.

§
browserVersion?: string
[src]

Version of the request initiating browser.

§
isBuiltInDnsClientEnabled?: boolean
[src]

Current state of built-in DNS client.

§
isBulkDataEntryAnalysisEnabled?: boolean
[src]

Current state of bulk data analysis. Set to true if provider list from Chrome is non-empty.

§
isChromeCleanupEnabled?: boolean
[src]

Current state of Chrome Cleanup.

§
isChromeRemoteDesktopAppBlocked?: boolean
[src]

Current state of Chrome Remote Desktop app.

§
isFileDownloadAnalysisEnabled?: boolean
[src]

Current state of file download analysis. Set to true if provider list from Chrome is non-empty.

§
isFileUploadAnalysisEnabled?: boolean
[src]

Current state of file upload analysis. Set to true if provider list from Chrome is non-empty.

§
isRealtimeUrlCheckEnabled?: boolean
[src]

Current state of real-time URL check. Set to true if provider list from Chrome is non-empty.

§
isSecurityEventAnalysisEnabled?: boolean
[src]

Current state of security event analysis. Set to true if provider list from Chrome is non-empty.

§
isSiteIsolationEnabled?: boolean
[src]

Current state of site isolation.

§
isThirdPartyBlockingEnabled?: boolean
[src]

Current state of third-party blocking.

§
passwordProtectionWarningTrigger?: "PASSWORD_PROTECTION_TRIGGER_UNSPECIFIED" | "PROTECTION_OFF" | "PASSWORD_REUSE" | "PHISHING_REUSE"
[src]

Current state of password protection trigger.

§
safeBrowsingProtectionLevel?: "SAFE_BROWSING_LEVEL_UNSPECIFIED" | "DISABLED" | "STANDARD" | "ENHANCED"
[src]