google_api_android_enterprise v0.1.0 GoogleApi.AndroidEnterprise.V1.Model.ManagedProperty View Source

A managed property of a managed configuration. The property must match one of the properties in the app restrictions schema of the product. Exactly one of the value fields must be populated, and it must match the property's type in the app restrictions schema.

Attributes

  • key (String.t): The unique key that identifies the property. Defaults to: null.
  • valueBool (boolean()): The boolean value - this will only be present if type of the property is bool. Defaults to: null.
  • valueBundle (ManagedPropertyBundle): The bundle of managed properties - this will only be present if type of the property is bundle. Defaults to: null.
  • valueBundleArray ([ManagedPropertyBundle]): The list of bundles of properties - this will only be present if type of the property is bundle_array. Defaults to: null.
  • valueInteger (integer()): The integer value - this will only be present if type of the property is integer. Defaults to: null.
  • valueString (String.t): The string value - this will only be present if type of the property is string, choice or hidden. Defaults to: null.
  • valueStringArray ([String.t]): The list of string values - this will only be present if type of the property is multiselect. Defaults to: null.

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.AndroidEnterprise.V1.Model.ManagedProperty{
  key: any(),
  valueBool: any(),
  valueBundle: GoogleApi.AndroidEnterprise.V1.Model.ManagedPropertyBundle.t(),
  valueBundleArray: [
    GoogleApi.AndroidEnterprise.V1.Model.ManagedPropertyBundle.t()
  ],
  valueInteger: any(),
  valueString: any(),
  valueStringArray: [any()]
}

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.