View Source GoogleApi.AndroidEnterprise.V1.Model.ManagedConfiguration (google_api_android_enterprise v0.26.0)

A managed configuration resource contains the set of managed properties defined by the app developer in the app's managed configurations schema, as well as any configuration variables defined for the user.

Attributes

  • configurationVariables (type: GoogleApi.AndroidEnterprise.V1.Model.ConfigurationVariables.t, default: nil) - Contains the ID of the managed configuration profile and the set of configuration variables (if any) defined for the user.
  • kind (type: String.t, default: nil) - Deprecated.
  • managedProperty (type: list(GoogleApi.AndroidEnterprise.V1.Model.ManagedProperty.t), default: nil) - The set of managed properties for this configuration.
  • productId (type: String.t, default: nil) - The ID of the product that the managed configuration is for, e.g. "app:com.google.android.gm".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidEnterprise.V1.Model.ManagedConfiguration{
  configurationVariables:
    GoogleApi.AndroidEnterprise.V1.Model.ConfigurationVariables.t() | nil,
  kind: String.t() | nil,
  managedProperty:
    [GoogleApi.AndroidEnterprise.V1.Model.ManagedProperty.t()] | nil,
  productId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.