google_api_android_enterprise v0.9.0 GoogleApi.AndroidEnterprise.V1.Model.ManagedConfiguration View Source
A managed configuration resource contains the set of managed properties defined by the app developer in the app's managed configurations schema, as well as any configuration variables defined for the user.
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:androidenterprise#managedConfiguration
) - Identifies what kind of resource this is. Value: the fixed string "androidenterprise#managedConfiguration".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".
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 Sourcet() :: %GoogleApi.AndroidEnterprise.V1.Model.ManagedConfiguration{ configurationVariables: GoogleApi.AndroidEnterprise.V1.Model.ConfigurationVariables.t(), kind: String.t(), managedProperty: [GoogleApi.AndroidEnterprise.V1.Model.ManagedProperty.t()], productId: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.