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

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.