telecomExpenseManagementPartner resource type
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.
telecomExpenseManagementPartner resources represent the metadata and status of a given TEM service. Once your organization has onboarded with a partner, the partner can be enabled or disabled to switch TEM functionality on or off.
Methods
Method | Return Type | Description |
---|---|---|
List telecomExpenseManagementPartners | telecomExpenseManagementPartner collection | List properties and relationships of the telecomExpenseManagementPartner objects. |
Get telecomExpenseManagementPartner | telecomExpenseManagementPartner | Read properties and relationships of the telecomExpenseManagementPartner object. |
Create telecomExpenseManagementPartner | telecomExpenseManagementPartner | Create a new telecomExpenseManagementPartner object. |
Delete telecomExpenseManagementPartner | None | Deletes a telecomExpenseManagementPartner. |
Update telecomExpenseManagementPartner | telecomExpenseManagementPartner | Update the properties of a telecomExpenseManagementPartner object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Unique identifier of the TEM partner. |
displayName | String | Display name of the TEM partner. |
url | String | URL of the TEM partner's administrative control panel, where an administrator can configure their TEM service. |
appAuthorized | Boolean | Whether the partner's AAD app has been authorized to access Intune. |
enabled | Boolean | Whether Intune's connection to the TEM service is currently enabled or disabled. |
lastConnectionDateTime | DateTimeOffset | Timestamp of the last request sent to Intune by the TEM partner. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.telecomExpenseManagementPartner",
"id": "String (identifier)",
"displayName": "String",
"url": "String",
"appAuthorized": true,
"enabled": true,
"lastConnectionDateTime": "String (timestamp)"
}
Feedback
Loading feedback...