blob: efbecc479a698797c390ce337e1ca2cc0be88fd2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// AppConfigurationSettingItem undocumented
type AppConfigurationSettingItem struct {
// Object is the base model of AppConfigurationSettingItem
Object
// AppConfigKey app configuration key.
AppConfigKey *string `json:"appConfigKey,omitempty"`
// AppConfigKeyType app configuration key type.
AppConfigKeyType *MdmAppConfigKeyType `json:"appConfigKeyType,omitempty"`
// AppConfigKeyValue app configuration key value.
AppConfigKeyValue *string `json:"appConfigKeyValue,omitempty"`
}
|