GoogleAppsCloudidentityDevicesV1BrowserInfo class

Browser-specific fields reported by the Endpoint Verification extension.

LINT.IfChange

Constructors

GoogleAppsCloudidentityDevicesV1BrowserInfo({String? browserManagementState, String? browserVersion, bool? isBuiltInDnsClientEnabled, bool? isBulkDataEntryAnalysisEnabled, bool? isChromeCleanupEnabled, bool? isChromeRemoteDesktopAppBlocked, bool? isFileDownloadAnalysisEnabled, bool? isFileUploadAnalysisEnabled, bool? isRealtimeUrlCheckEnabled, bool? isSecurityEventAnalysisEnabled, bool? isSiteIsolationEnabled, bool? isThirdPartyBlockingEnabled, String? passwordProtectionWarningTrigger, String? safeBrowsingProtectionLevel})
GoogleAppsCloudidentityDevicesV1BrowserInfo.fromJson(Map json_)

Properties

browserManagementState String?
Browser's management state.
getter/setter pair
browserVersion String?
Version of the request initiating browser.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isBuiltInDnsClientEnabled bool?
Current state of [built-in DNS client](https://chromeenterprise.google/policies/#BuiltInDnsClientEnabled).
getter/setter pair
isBulkDataEntryAnalysisEnabled bool?
Current state of bulk data analysis.
getter/setter pair
isChromeCleanupEnabled bool?
Current state of Chrome Cleanup.
getter/setter pair
isChromeRemoteDesktopAppBlocked bool?
Current state of Chrome Remote Desktop app.
getter/setter pair
isFileDownloadAnalysisEnabled bool?
Current state of file download analysis.
getter/setter pair
isFileUploadAnalysisEnabled bool?
Current state of file upload analysis.
getter/setter pair
isRealtimeUrlCheckEnabled bool?
Current state of [real-time URL check](https://chromeenterprise.google/policies/#EnterpriseRealTimeUrlCheckMode).
getter/setter pair
isSecurityEventAnalysisEnabled bool?
Current state of security event analysis.
getter/setter pair
isSiteIsolationEnabled bool?
Current state of site isolation.
getter/setter pair
isThirdPartyBlockingEnabled bool?
Current state of [third-party blocking](https://chromeenterprise.google/policies/#ThirdPartyBlockingEnabled).
getter/setter pair
passwordProtectionWarningTrigger String?
Current state of password protection trigger. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safeBrowsingProtectionLevel String?
Current state of Safe Browsing protection level. Possible string values are:
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited