View Source GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1BrowserInfo (google_api_cloud_identity v0.31.0)

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

Attributes

  • browserManagementState (type: String.t, default: nil) - Output only. Browser's management state.
  • browserVersion (type: String.t, default: nil) - Version of the request initiating browser.
  • isBuiltInDnsClientEnabled (type: boolean(), default: nil) - Current state of built-in DNS client.
  • isBulkDataEntryAnalysisEnabled (type: boolean(), default: nil) - Current state of bulk data analysis. Set to true if provider list from Chrome is non-empty.
  • isChromeCleanupEnabled (type: boolean(), default: nil) - Current state of Chrome Cleanup.
  • isChromeRemoteDesktopAppBlocked (type: boolean(), default: nil) - Current state of Chrome Remote Desktop app.
  • isFileDownloadAnalysisEnabled (type: boolean(), default: nil) - Current state of file download analysis. Set to true if provider list from Chrome is non-empty.
  • isFileUploadAnalysisEnabled (type: boolean(), default: nil) - Current state of file upload analysis. Set to true if provider list from Chrome is non-empty.
  • isRealtimeUrlCheckEnabled (type: boolean(), default: nil) - Current state of real-time URL check. Set to true if provider list from Chrome is non-empty.
  • isSecurityEventAnalysisEnabled (type: boolean(), default: nil) - Current state of security event analysis. Set to true if provider list from Chrome is non-empty.
  • isSiteIsolationEnabled (type: boolean(), default: nil) - Current state of site isolation.
  • isThirdPartyBlockingEnabled (type: boolean(), default: nil) - Current state of third-party blocking.
  • passwordProtectionWarningTrigger (type: String.t, default: nil) - Current state of password protection trigger.
  • safeBrowsingProtectionLevel (type: String.t, default: nil) - Current state of Safe Browsing protection level.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1BrowserInfo{
    browserManagementState: String.t() | nil,
    browserVersion: String.t() | nil,
    isBuiltInDnsClientEnabled: boolean() | nil,
    isBulkDataEntryAnalysisEnabled: boolean() | nil,
    isChromeCleanupEnabled: boolean() | nil,
    isChromeRemoteDesktopAppBlocked: boolean() | nil,
    isFileDownloadAnalysisEnabled: boolean() | nil,
    isFileUploadAnalysisEnabled: boolean() | nil,
    isRealtimeUrlCheckEnabled: boolean() | nil,
    isSecurityEventAnalysisEnabled: boolean() | nil,
    isSiteIsolationEnabled: boolean() | nil,
    isThirdPartyBlockingEnabled: boolean() | nil,
    passwordProtectionWarningTrigger: String.t() | nil,
    safeBrowsingProtectionLevel: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.