google_api_android_enterprise v0.7.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 androidenterprise#managedConfigurationsSettings.
  • lastUpdatedTimestampMillis (String.t): The last updated time of the managed configuration settings in milliseconds since 1970-01-01T00:00:00Z. Defaults to nil.
  • managedProperty (list(GoogleApi.AndroidEnterprise.V1.Model.ManagedProperty.t)): The set of managed properties for this configuration. Defaults to nil.
  • mcmId (String.t): The ID of the managed configurations settings. Defaults to nil.
  • name (String.t): The name of the managed configurations settings. Defaults to nil.

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: String.t(),
  lastUpdatedTimestampMillis: String.t(),
  managedProperty: [GoogleApi.AndroidEnterprise.V1.Model.ManagedProperty.t()],
  mcmId: String.t(),
  name: 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.