View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1ReportingData (google_api_chrome_management v0.8.0)

Reporting data of a Chrome browser profile.

Attributes

  • browserExecutablePath (type: String.t, default: nil) - Output only. Executable path of the installed Chrome browser. A valid path is included only in affiliated profiles.
  • extensionData (type: list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1ReportingDataExtensionData.t), default: nil) - Output only. Information of the extensions installed on the profile.
  • extensionPolicyData (type: list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1ReportingDataExtensionPolicyData.t), default: nil) - Output only. Information of the policies applied on the extensions.
  • installedBrowserVersion (type: String.t, default: nil) - Output only. Updated version of a browser, if it is different from the active browser version.
  • policyData (type: list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1ReportingDataPolicyData.t), default: nil) - Output only. Information of the policies applied on the profile.
  • profilePath (type: String.t, default: nil) - Output only. Path of the profile. A valid path is included only in affiliated profiles.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1ReportingData{
    browserExecutablePath: String.t() | nil,
    extensionData:
      [
        GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1ReportingDataExtensionData.t()
      ]
      | nil,
    extensionPolicyData:
      [
        GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1ReportingDataExtensionPolicyData.t()
      ]
      | nil,
    installedBrowserVersion: String.t() | nil,
    policyData:
      [
        GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1ReportingDataPolicyData.t()
      ]
      | nil,
    profilePath: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.