mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-13 04:30:26 +00:00
14 lines
593 B
Go
14 lines
593 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// IOSMobileAppConfiguration Contains properties, inherited properties and actions for iOS mobile app configurations.
|
||
|
type IOSMobileAppConfiguration struct {
|
||
|
// ManagedDeviceMobileAppConfiguration is the base model of IOSMobileAppConfiguration
|
||
|
ManagedDeviceMobileAppConfiguration
|
||
|
// EncodedSettingXML mdm app configuration Base64 binary.
|
||
|
EncodedSettingXML *Binary `json:"encodedSettingXml,omitempty"`
|
||
|
// Settings app configuration setting items.
|
||
|
Settings []AppConfigurationSettingItem `json:"settings,omitempty"`
|
||
|
}
|