|
14668 | 14668 | </EntityType> |
14669 | 14669 | <EntityType Name="authenticationMethod" BaseType="graph.entity" Abstract="true"> |
14670 | 14670 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
| 14671 | + <Property Name="lastUsedDateTime" Type="Edm.DateTimeOffset" /> |
14671 | 14672 | </EntityType> |
14672 | 14673 | <EntityType Name="authenticationMethodConfiguration" BaseType="graph.entity" Abstract="true"> |
14673 | 14674 | <Property Name="excludeTargets" Type="Collection(graph.excludeTarget)" /> |
|
16316 | 16317 | <NavigationProperty Name="serviceNowConnections" Type="Collection(graph.serviceNowConnection)" ContainsTarget="true" /> |
16317 | 16318 | <NavigationProperty Name="settingDefinitions" Type="Collection(graph.deviceManagementSettingDefinition)" ContainsTarget="true" /> |
16318 | 16319 | <NavigationProperty Name="softwareUpdateStatusSummary" Type="graph.softwareUpdateStatusSummary" /> |
16319 | | - <NavigationProperty Name="telecomExpenseManagementPartners" Type="Collection(graph.telecomExpenseManagementPartner)" ContainsTarget="true" /> |
16320 | 16320 | <NavigationProperty Name="templateInsights" Type="Collection(graph.deviceManagementTemplateInsightsDefinition)" ContainsTarget="true" /> |
16321 | 16321 | <NavigationProperty Name="templates" Type="Collection(graph.deviceManagementTemplate)" ContainsTarget="true" /> |
16322 | 16322 | <NavigationProperty Name="templateSettings" Type="Collection(graph.deviceManagementConfigurationSettingTemplate)" ContainsTarget="true" /> |
|
21587 | 21587 | <Property Name="tenantId" Type="Edm.String" /> |
21588 | 21588 | <Property Name="userId" Type="Edm.String" /> |
21589 | 21589 | </EntityType> |
21590 | | - <EntityType Name="telecomExpenseManagementPartner" BaseType="graph.entity"> |
21591 | | - <Property Name="appAuthorized" Type="Edm.Boolean" Nullable="false" /> |
21592 | | - <Property Name="displayName" Type="Edm.String" /> |
21593 | | - <Property Name="enabled" Type="Edm.Boolean" Nullable="false" /> |
21594 | | - <Property Name="lastConnectionDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
21595 | | - <Property Name="url" Type="Edm.String" /> |
21596 | | - </EntityType> |
21597 | 21590 | <EntityType Name="temporaryAccessPassAuthenticationMethod" BaseType="graph.authenticationMethod"> |
21598 | 21591 | <Property Name="isUsableOnce" Type="Edm.Boolean" /> |
21599 | 21592 | <Property Name="lifetimeInMinutes" Type="Edm.Int32" /> |
|
41841 | 41834 | <Annotations Target="microsoft.graph.deviceManagement/subscriptionState"> |
41842 | 41835 | <Annotation Term="Org.OData.Core.V1.Description" String="Tenant mobile device management subscription state." /> |
41843 | 41836 | </Annotations> |
41844 | | - <Annotations Target="microsoft.graph.deviceManagement/telecomExpenseManagementPartners"> |
41845 | | - <Annotation Term="Org.OData.Core.V1.Description" String="The telecom expense management partners." /> |
41846 | | - </Annotations> |
41847 | 41837 | <Annotations Target="microsoft.graph.deviceManagement/templateInsights"> |
41848 | 41838 | <Annotation Term="Org.OData.Core.V1.Description" String="List of setting insights in a template" /> |
41849 | 41839 | </Annotations> |
|
61021 | 61011 | <Annotations Target="microsoft.graph.targetedManagedAppProtection/targetedAppManagementLevels"> |
61022 | 61012 | <Annotation Term="Org.OData.Core.V1.Description" String="The intended app management levels for this policy" /> |
61023 | 61013 | </Annotations> |
61024 | | - <Annotations Target="microsoft.graph.telecomExpenseManagementPartner"> |
61025 | | - <Annotation Term="Org.OData.Core.V1.Description" String="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." /> |
61026 | | - </Annotations> |
61027 | | - <Annotations Target="microsoft.graph.telecomExpenseManagementPartner/appAuthorized"> |
61028 | | - <Annotation Term="Org.OData.Core.V1.Description" String="Whether the partner's AAD app has been authorized to access Intune." /> |
61029 | | - </Annotations> |
61030 | | - <Annotations Target="microsoft.graph.telecomExpenseManagementPartner/displayName"> |
61031 | | - <Annotation Term="Org.OData.Core.V1.Description" String="Display name of the TEM partner." /> |
61032 | | - </Annotations> |
61033 | | - <Annotations Target="microsoft.graph.telecomExpenseManagementPartner/enabled"> |
61034 | | - <Annotation Term="Org.OData.Core.V1.Description" String="Whether Intune's connection to the TEM service is currently enabled or disabled." /> |
61035 | | - </Annotations> |
61036 | | - <Annotations Target="microsoft.graph.telecomExpenseManagementPartner/lastConnectionDateTime"> |
61037 | | - <Annotation Term="Org.OData.Core.V1.Description" String="Timestamp of the last request sent to Intune by the TEM partner." /> |
61038 | | - </Annotations> |
61039 | | - <Annotations Target="microsoft.graph.telecomExpenseManagementPartner/url"> |
61040 | | - <Annotation Term="Org.OData.Core.V1.Description" String="URL of the TEM partner's administrative control panel, where an administrator can configure their TEM service." /> |
61041 | | - </Annotations> |
61042 | 61014 | <Annotations Target="microsoft.graph.tenantAttachRBAC"> |
61043 | 61015 | <Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for tenant attach enablement functionality." /> |
61044 | 61016 | </Annotations> |
|
0 commit comments