google_api_android_enterprise v0.7.0 GoogleApi.AndroidEnterprise.V1.Model.ConfigurationVariables View Source
A configuration variables resource contains the managed configuration settings ID to be applied to a single user, as well as the variable set that is attributed to the user. The variable set will be used to replace placeholders in the managed configuration settings.
Attributes
- kind (String.t): Identifies what kind of resource this is. Value: the fixed string "androidenterprise#configurationVariables". Defaults to
androidenterprise#configurationVariables
. - mcmId (String.t): The ID of the managed configurations settings. Defaults to
nil
. - variableSet (list(GoogleApi.AndroidEnterprise.V1.Model.VariableSet.t)): The variable set that is attributed to the user. 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()
View Source
t() :: %GoogleApi.AndroidEnterprise.V1.Model.ConfigurationVariables{
kind: String.t(),
mcmId: String.t(),
variableSet: [GoogleApi.AndroidEnterprise.V1.Model.VariableSet.t()]
}
t() :: %GoogleApi.AndroidEnterprise.V1.Model.ConfigurationVariables{ kind: String.t(), mcmId: String.t(), variableSet: [GoogleApi.AndroidEnterprise.V1.Model.VariableSet.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.