iosLobAppProvisioningConfiguration resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

This topic provides descriptions of the declared methods, properties and relationships exposed by the iOS Lob App Provisioning Configuration resource.

Methods

Method Return Type Description
List iosLobAppProvisioningConfigurations iosLobAppProvisioningConfiguration collection List properties and relationships of the iosLobAppProvisioningConfiguration objects.
Get iosLobAppProvisioningConfiguration iosLobAppProvisioningConfiguration Read properties and relationships of the iosLobAppProvisioningConfiguration object.
Create iosLobAppProvisioningConfiguration iosLobAppProvisioningConfiguration Create a new iosLobAppProvisioningConfiguration object.
Delete iosLobAppProvisioningConfiguration None Deletes a iosLobAppProvisioningConfiguration.
Update iosLobAppProvisioningConfiguration iosLobAppProvisioningConfiguration Update the properties of a iosLobAppProvisioningConfiguration object.
assign action None

Properties

Property Type Description
id String The unique identifier of the LOB app provisioning configuration. This id is assigned during creation of the configuration. Supports: $filter, $select, $top, $OrderBy, $skip. $Search is not supported. Read-only.
expirationDateTime DateTimeOffset Optional profile expiration date and time. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default.
payloadFileName String Payload file name (*.mobileprovision *.xml).
payload Binary Payload. (UTF8 encoded byte array)
roleScopeTagIds String collection List of Scope Tags for this iOS LOB app provisioning configuration entity.
createdDateTime DateTimeOffset DateTime the object was created.
description String Admin provided description of the Device Configuration.
lastModifiedDateTime DateTimeOffset DateTime the object was last modified.
displayName String Admin provided name of the device configuration.
version Int32 Version of the device configuration.

Relationships

Relationship Type Description
groupAssignments mobileAppProvisioningConfigGroupAssignment collection The associated group assignments.
assignments iosLobAppProvisioningConfigurationAssignment collection The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
deviceStatuses managedDeviceMobileAppConfigurationDeviceStatus collection The list of device installation states for this mobile app configuration.
userStatuses managedDeviceMobileAppConfigurationUserStatus collection The list of user installation states for this mobile app configuration.

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.iosLobAppProvisioningConfiguration",
  "id": "String (identifier)",
  "expirationDateTime": "String (timestamp)",
  "payloadFileName": "String",
  "payload": "binary",
  "roleScopeTagIds": [
    "String"
  ],
  "createdDateTime": "String (timestamp)",
  "description": "String",
  "lastModifiedDateTime": "String (timestamp)",
  "displayName": "String",
  "version": 1024
}