Show / Hide Table of Contents

Class GoogleAppsCloudidentityDevicesV1BrowserInfo

Browser-specific fields reported by the Endpoint Verification extension.

Inheritance
object
GoogleAppsCloudidentityDevicesV1BrowserInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudIdentity.v1beta1.Data
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class GoogleAppsCloudidentityDevicesV1BrowserInfo : IDirectResponseSchema

Properties

BrowserManagementState

Output only. Browser's management state.

Declaration
[JsonProperty("browserManagementState")]
public virtual string BrowserManagementState { get; set; }
Property Value
Type Description
string

BrowserVersion

Version of the request initiating browser. E.g. 91.0.4442.4.

Declaration
[JsonProperty("browserVersion")]
public virtual string BrowserVersion { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IsBuiltInDnsClientEnabled

Current state of built-in DNS client.

Declaration
[JsonProperty("isBuiltInDnsClientEnabled")]
public virtual bool? IsBuiltInDnsClientEnabled { get; set; }
Property Value
Type Description
bool?

IsBulkDataEntryAnalysisEnabled

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

Declaration
[JsonProperty("isBulkDataEntryAnalysisEnabled")]
public virtual bool? IsBulkDataEntryAnalysisEnabled { get; set; }
Property Value
Type Description
bool?

IsChromeCleanupEnabled

Current state of Chrome Cleanup.

Declaration
[JsonProperty("isChromeCleanupEnabled")]
public virtual bool? IsChromeCleanupEnabled { get; set; }
Property Value
Type Description
bool?

IsChromeRemoteDesktopAppBlocked

Current state of Chrome Remote Desktop app.

Declaration
[JsonProperty("isChromeRemoteDesktopAppBlocked")]
public virtual bool? IsChromeRemoteDesktopAppBlocked { get; set; }
Property Value
Type Description
bool?

IsFileDownloadAnalysisEnabled

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

Declaration
[JsonProperty("isFileDownloadAnalysisEnabled")]
public virtual bool? IsFileDownloadAnalysisEnabled { get; set; }
Property Value
Type Description
bool?

IsFileUploadAnalysisEnabled

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

Declaration
[JsonProperty("isFileUploadAnalysisEnabled")]
public virtual bool? IsFileUploadAnalysisEnabled { get; set; }
Property Value
Type Description
bool?

IsRealtimeUrlCheckEnabled

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

Declaration
[JsonProperty("isRealtimeUrlCheckEnabled")]
public virtual bool? IsRealtimeUrlCheckEnabled { get; set; }
Property Value
Type Description
bool?

IsSecurityEventAnalysisEnabled

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

Declaration
[JsonProperty("isSecurityEventAnalysisEnabled")]
public virtual bool? IsSecurityEventAnalysisEnabled { get; set; }
Property Value
Type Description
bool?

IsSiteIsolationEnabled

Current state of site isolation.

Declaration
[JsonProperty("isSiteIsolationEnabled")]
public virtual bool? IsSiteIsolationEnabled { get; set; }
Property Value
Type Description
bool?

IsThirdPartyBlockingEnabled

Current state of third-party blocking.

Declaration
[JsonProperty("isThirdPartyBlockingEnabled")]
public virtual bool? IsThirdPartyBlockingEnabled { get; set; }
Property Value
Type Description
bool?

PasswordProtectionWarningTrigger

Current state of password protection trigger.

Declaration
[JsonProperty("passwordProtectionWarningTrigger")]
public virtual string PasswordProtectionWarningTrigger { get; set; }
Property Value
Type Description
string

SafeBrowsingProtectionLevel

Current state of Safe Browsing protection level.

Declaration
[JsonProperty("safeBrowsingProtectionLevel")]
public virtual string SafeBrowsingProtectionLevel { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX