iosMobileAppConfiguration resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Contains properties, inherited properties and actions for iOS mobile app configurations.
Inherits from managedDeviceMobileAppConfiguration
Methods
Method | Return Type | Description |
---|---|---|
List iosMobileAppConfigurations | iosMobileAppConfiguration collection | List properties and relationships of the iosMobileAppConfiguration objects. |
Get iosMobileAppConfiguration | iosMobileAppConfiguration | Read properties and relationships of the iosMobileAppConfiguration object. |
Create iosMobileAppConfiguration | iosMobileAppConfiguration | Create a new iosMobileAppConfiguration object. |
Delete iosMobileAppConfiguration | None | Deletes a iosMobileAppConfiguration. |
Update iosMobileAppConfiguration | iosMobileAppConfiguration | Update the properties of a iosMobileAppConfiguration object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Key of the entity. Inherited from managedDeviceMobileAppConfiguration |
targetedMobileApps | String collection | the associated app. Inherited from managedDeviceMobileAppConfiguration |
createdDateTime | DateTimeOffset | DateTime the object was created. Inherited from managedDeviceMobileAppConfiguration |
description | String | Admin provided description of the Device Configuration. Inherited from managedDeviceMobileAppConfiguration |
lastModifiedDateTime | DateTimeOffset | DateTime the object was last modified. Inherited from managedDeviceMobileAppConfiguration |
displayName | String | Admin provided name of the device configuration. Inherited from managedDeviceMobileAppConfiguration |
version | Int32 | Version of the device configuration. Inherited from managedDeviceMobileAppConfiguration |
encodedSettingXml | Binary | mdm app configuration Base64 binary. |
settings | appConfigurationSettingItem collection | app configuration setting items. |
Relationships
Relationship | Type | Description |
---|---|---|
assignments | managedDeviceMobileAppConfigurationAssignment collection | The list of group assignemenets for app configration. Inherited from managedDeviceMobileAppConfiguration |
deviceStatuses | managedDeviceMobileAppConfigurationDeviceStatus collection | List of ManagedDeviceMobileAppConfigurationDeviceStatus. Inherited from managedDeviceMobileAppConfiguration |
userStatuses | managedDeviceMobileAppConfigurationUserStatus collection | List of ManagedDeviceMobileAppConfigurationUserStatus. Inherited from managedDeviceMobileAppConfiguration |
deviceStatusSummary | managedDeviceMobileAppConfigurationDeviceSummary | App configuration device status summary. Inherited from managedDeviceMobileAppConfiguration |
userStatusSummary | managedDeviceMobileAppConfigurationUserSummary | App configuration user status summary. Inherited from managedDeviceMobileAppConfiguration |
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.iosMobileAppConfiguration",
"id": "String (identifier)",
"targetedMobileApps": [
"String"
],
"createdDateTime": "String (timestamp)",
"description": "String",
"lastModifiedDateTime": "String (timestamp)",
"displayName": "String",
"version": 1024,
"encodedSettingXml": "binary",
"settings": [
{
"@odata.type": "microsoft.graph.appConfigurationSettingItem",
"appConfigKey": "String",
"appConfigKeyType": "String",
"appConfigKeyValue": "String"
}
]
}