|
91 | 91 | <Member Name="intermediate" Value="1" /> |
92 | 92 | <Member Name="unknownFutureValue" Value="2" /> |
93 | 93 | </EnumType> |
| 94 | + <EnumType Name="changeType"> |
| 95 | + <Member Name="created" Value="0" /> |
| 96 | + <Member Name="updated" Value="1" /> |
| 97 | + <Member Name="deleted" Value="2" /> |
| 98 | + </EnumType> |
94 | 99 | <EnumType Name="crossTenantAccessPolicyTargetConfigurationAccessType"> |
95 | 100 | <Member Name="allowed" Value="1" /> |
96 | 101 | <Member Name="blocked" Value="2" /> |
|
156 | 161 | <Member Name="verticalSplit" Value="1" /> |
157 | 162 | <Member Name="unknownFutureValue" Value="10" /> |
158 | 163 | </EnumType> |
| 164 | + <EnumType Name="lifecycleEventType"> |
| 165 | + <Member Name="missed" Value="0" /> |
| 166 | + <Member Name="subscriptionRemoved" Value="1" /> |
| 167 | + <Member Name="reauthorizationRequired" Value="2" /> |
| 168 | + </EnumType> |
159 | 169 | <EnumType Name="mutability"> |
160 | 170 | <Member Name="ReadWrite" Value="0" /> |
161 | 171 | <Member Name="ReadOnly" Value="1" /> |
|
576 | 586 | <Property Name="issuer" Type="Edm.String" Nullable="false" /> |
577 | 587 | <Property Name="issuerSki" Type="Edm.String" Nullable="false" /> |
578 | 588 | </ComplexType> |
| 589 | + <ComplexType Name="changeNotification"> |
| 590 | + <Property Name="changeType" Type="graph.changeType" Nullable="false" /> |
| 591 | + <Property Name="clientState" Type="Edm.String" /> |
| 592 | + <Property Name="encryptedContent" Type="graph.changeNotificationEncryptedContent" /> |
| 593 | + <Property Name="id" Type="Edm.String" /> |
| 594 | + <Property Name="lifecycleEvent" Type="graph.lifecycleEventType" /> |
| 595 | + <Property Name="resource" Type="Edm.String" Nullable="false" /> |
| 596 | + <Property Name="resourceData" Type="graph.resourceData" /> |
| 597 | + <Property Name="subscriptionExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
| 598 | + <Property Name="subscriptionId" Type="Edm.Guid" Nullable="false" /> |
| 599 | + <Property Name="tenantId" Type="Edm.Guid" Nullable="false" /> |
| 600 | + </ComplexType> |
| 601 | + <ComplexType Name="changeNotificationCollection"> |
| 602 | + <Property Name="validationTokens" Type="Collection(Edm.String)" /> |
| 603 | + <Property Name="value" Type="Collection(graph.changeNotification)" Nullable="false" /> |
| 604 | + </ComplexType> |
| 605 | + <ComplexType Name="changeNotificationEncryptedContent"> |
| 606 | + <Property Name="data" Type="Edm.String" Nullable="false" /> |
| 607 | + <Property Name="dataKey" Type="Edm.String" Nullable="false" /> |
| 608 | + <Property Name="dataSignature" Type="Edm.String" Nullable="false" /> |
| 609 | + <Property Name="encryptionCertificateId" Type="Edm.String" Nullable="false" /> |
| 610 | + <Property Name="encryptionCertificateThumbprint" Type="Edm.String" Nullable="false" /> |
| 611 | + </ComplexType> |
579 | 612 | <ComplexType Name="cloudRealtimeCommunicationInfo"> |
580 | 613 | <Property Name="isSipEnabled" Type="Edm.Boolean" /> |
581 | 614 | </ComplexType> |
|
1182 | 1215 | <Property Name="id" Type="Edm.Guid" Nullable="false" /> |
1183 | 1216 | <Property Name="type" Type="Edm.String" /> |
1184 | 1217 | </ComplexType> |
| 1218 | + <ComplexType Name="resourceData" OpenType="true" /> |
1185 | 1219 | <ComplexType Name="resourcePermission"> |
1186 | 1220 | <Property Name="type" Type="Edm.String" Nullable="false" /> |
1187 | 1221 | <Property Name="value" Type="Edm.String" Nullable="false" /> |
|
2416 | 2450 | <Property Name="skuPartNumber" Type="Edm.String" /> |
2417 | 2451 | <Property Name="subscriptionIds" Type="Collection(Edm.String)" /> |
2418 | 2452 | </EntityType> |
| 2453 | + <EntityType Name="subscription" BaseType="graph.entity"> |
| 2454 | + <Property Name="applicationId" Type="Edm.String" /> |
| 2455 | + <Property Name="changeType" Type="Edm.String" Nullable="false" /> |
| 2456 | + <Property Name="clientState" Type="Edm.String" /> |
| 2457 | + <Property Name="creatorId" Type="Edm.String" /> |
| 2458 | + <Property Name="encryptionCertificate" Type="Edm.String" /> |
| 2459 | + <Property Name="encryptionCertificateId" Type="Edm.String" /> |
| 2460 | + <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
| 2461 | + <Property Name="includeResourceData" Type="Edm.Boolean" /> |
| 2462 | + <Property Name="latestSupportedTlsVersion" Type="Edm.String" /> |
| 2463 | + <Property Name="lifecycleNotificationUrl" Type="Edm.String" /> |
| 2464 | + <Property Name="notificationUrl" Type="Edm.String" Nullable="false" /> |
| 2465 | + <Property Name="resource" Type="Edm.String" Nullable="false" /> |
| 2466 | + </EntityType> |
2419 | 2467 | <EntityType Name="synchronization" BaseType="graph.entity"> |
2420 | 2468 | <Property Name="secrets" Type="Collection(graph.synchronizationSecretKeyStringValuePair)" /> |
2421 | 2469 | <NavigationProperty Name="jobs" Type="Collection(graph.synchronizationJob)" ContainsTarget="true" /> |
|
2760 | 2808 | <Parameter Name="parameters" Type="Collection(graph.synchronizationJobApplicationParameters)" /> |
2761 | 2809 | <ReturnType Type="graph.stringKeyStringValuePair" Nullable="false" /> |
2762 | 2810 | </Action> |
| 2811 | + <Action Name="reauthorize" IsBound="true"> |
| 2812 | + <Parameter Name="bindingParameter" Type="graph.subscription" /> |
| 2813 | + </Action> |
2763 | 2814 | <Action Name="removeKey" IsBound="true"> |
2764 | 2815 | <Parameter Name="bindingParameter" Type="graph.application" Nullable="false" /> |
2765 | 2816 | <Parameter Name="keyId" Type="Edm.Guid" Nullable="false" /> |
|
2995 | 3046 | </EntitySet> |
2996 | 3047 | <EntitySet Name="settings" EntityType="microsoft.graph.directorySetting" /> |
2997 | 3048 | <EntitySet Name="subscribedSkus" EntityType="microsoft.graph.subscribedSku" /> |
| 3049 | + <EntitySet Name="subscriptions" EntityType="microsoft.graph.subscription" /> |
2998 | 3050 | <EntitySet Name="users" EntityType="microsoft.graph.user"> |
2999 | 3051 | <NavigationPropertyBinding Path="appRoleAssignedResources" Target="servicePrincipals" /> |
3000 | 3052 | <NavigationPropertyBinding Path="createdObjects" Target="directoryObjects" /> |
|
3691 | 3743 | <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /> |
3692 | 3744 | <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /> |
3693 | 3745 | </Annotations> |
| 3746 | + <Annotations Target="microsoft.graph.subscription"> |
| 3747 | + <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"> |
| 3748 | + <Record> |
| 3749 | + <PropertyValue Property="Countable" Bool="false" /> |
| 3750 | + </Record> |
| 3751 | + </Annotation> |
| 3752 | + <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"> |
| 3753 | + <Record> |
| 3754 | + <PropertyValue Property="Expandable" Bool="false" /> |
| 3755 | + </Record> |
| 3756 | + </Annotation> |
| 3757 | + <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"> |
| 3758 | + <Record> |
| 3759 | + <PropertyValue Property="Filterable" Bool="false" /> |
| 3760 | + </Record> |
| 3761 | + </Annotation> |
| 3762 | + <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"> |
| 3763 | + <Record> |
| 3764 | + <PropertyValue Property="Referenceable" Bool="false" /> |
| 3765 | + </Record> |
| 3766 | + </Annotation> |
| 3767 | + <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions"> |
| 3768 | + <Record> |
| 3769 | + <PropertyValue Property="Selectable" Bool="false" /> |
| 3770 | + </Record> |
| 3771 | + </Annotation> |
| 3772 | + <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /> |
| 3773 | + <Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"> |
| 3774 | + <Record> |
| 3775 | + <PropertyValue Property="Sortable" Bool="false" /> |
| 3776 | + </Record> |
| 3777 | + </Annotation> |
| 3778 | + <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /> |
| 3779 | + </Annotations> |
3694 | 3780 | <Annotations Target="microsoft.graph.synchronization"> |
3695 | 3781 | <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
3696 | 3782 | <Record> |
|
0 commit comments