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

A managed configurations settings resource contains the set of managed properties that have been configured for an Android app to be applied to a set of users. The app's developer would have defined configurable properties in the managed configurations schema.

Attributes

  • kind (String.t): Identifies what kind of resource this is. Value: the fixed string "androidenterprise#managedConfigurationsSettings". Defaults to: null.
  • lastUpdatedTimestampMillis (String.t): The last updated time of the managed configuration settings in milliseconds since 1970-01-01T00:00:00Z. Defaults to: null.
  • managedProperty ([ManagedProperty]): The set of managed properties for this configuration. Defaults to: null.
  • mcmId (String.t): The ID of the managed configurations settings. Defaults to: null.
  • name (String.t): The name of the managed configurations settings. 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.ManagedConfigurationsSettings{
  kind: any(),
  lastUpdatedTimestampMillis: any(),
  managedProperty: [GoogleApi.AndroidEnterprise.V1.Model.ManagedProperty.t()],
  mcmId: any(),
  name: 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.