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. |
Apps | ||
assign action | None | |
Policy Set | ||
hasPayloadLinks action | hasPayloadLinkResultItem collection |
Properties
Property | Type | Description | |
---|---|---|---|
id | String | Key of the entity. | |
expirationDateTime | DateTimeOffset | Optional profile expiration date and time. | |
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 |
---|---|---|
Apps | ||
groupAssignments | mobileAppProvisioningConfigGroupAssignment collection | The associated group assignments. |
assignments | iosLobAppProvisioningConfigurationAssignment collection | The associated group assignments for IosLobAppProvisioningConfiguration. |
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
}