google_api_cloud_identity v0.4.0 GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1alpha1EndpointApp View Source

Next ID to use: 7

Attributes

  • displayName (type: String.t, default: nil) - Output only. Name of the app displayed to the user
  • name (type: String.t, default: nil) - Output only. Resource name of the EndpointApp in format: devices/{device}/deviceUsers/{device_user}/endpointApps/{endpoint_app}, where client_app_id is the ID of the app associated with the Device.
  • packageName (type: String.t, default: nil) - Output only. Full package name of the installed app
  • permissions (type: list(String.t), default: nil) - Output only. Names of all permissions granted to the installed app
  • versionCode (type: integer(), default: nil) - Output only. Version code of the installed app
  • versionName (type: String.t, default: nil) - Output only. Version name of the installed app

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() ::
  %GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1alpha1EndpointApp{
    displayName: String.t(),
    name: String.t(),
    packageName: String.t(),
    permissions: [String.t()],
    versionCode: integer(),
    versionName: String.t()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.