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

Resource representing the Endpoint Verification-specific attributes of a device.

Attributes

  • additionalSignals (type: map(), default: nil) - 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: file, folder, and binary attributes; registry entries; and properties in a plist.
  • browserAttributes (type: list(GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1BrowserAttributes.t), default: nil) - Details of browser profiles reported by Endpoint Verification.
  • certificateAttributes (type: list(GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1CertificateAttributes.t), default: nil) - Details of certificates.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes{
    additionalSignals: map() | nil,
    browserAttributes:
      [
        GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1BrowserAttributes.t()
      ]
      | nil,
    certificateAttributes:
      [
        GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1CertificateAttributes.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.