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

Deprecated: New integrations cannot use this method and can refer to our new recommendations

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.