|
3587 | 3587 | <Member Name="disabled" Value="0" /> |
3588 | 3588 | <Member Name="enabled" Value="1" /> |
3589 | 3589 | </EnumType> |
| 3590 | + <EnumType Name="m365ResourceType"> |
| 3591 | + <Member Name="none" Value="0" /> |
| 3592 | + <Member Name="group" Value="1" /> |
| 3593 | + <Member Name="user" Value="2" /> |
| 3594 | + <Member Name="unknownFutureValue" Value="3" /> |
| 3595 | + </EnumType> |
3590 | 3596 | <EnumType Name="macAddressRandomizationMode"> |
3591 | 3597 | <Member Name="automatic" Value="0" /> |
3592 | 3598 | <Member Name="hardware" Value="1" /> |
|
10429 | 10435 | <Property Name="listId" Type="Edm.String" /> |
10430 | 10436 | <Property Name="primaryLookupColumnId" Type="Edm.String" /> |
10431 | 10437 | </ComplexType> |
| 10438 | + <ComplexType Name="m365CapabilityInboundAccess"> |
| 10439 | + <Property Name="isAllowed" Type="Edm.Boolean" /> |
| 10440 | + <Property Name="resourceScopes" Type="graph.m365CapabilityResourceScopes" /> |
| 10441 | + </ComplexType> |
| 10442 | + <ComplexType Name="m365CapabilityResourceScope"> |
| 10443 | + <Property Name="resourceId" Type="Edm.String" /> |
| 10444 | + <Property Name="resourceType" Type="graph.m365ResourceType" Nullable="false" /> |
| 10445 | + </ComplexType> |
| 10446 | + <ComplexType Name="m365CapabilityResourceScopes"> |
| 10447 | + <Property Name="excluded" Type="Collection(graph.m365CapabilityResourceScope)" Nullable="false" /> |
| 10448 | + <Property Name="included" Type="Collection(graph.m365CapabilityResourceScope)" Nullable="false" /> |
| 10449 | + </ComplexType> |
10432 | 10450 | <ComplexType Name="macAppIdentifier" BaseType="graph.mobileAppIdentifier"> |
10433 | 10451 | <Property Name="bundleId" Type="Edm.String" Nullable="false" /> |
10434 | 10452 | </ComplexType> |
|
16182 | 16200 | <Property Name="inboundTrust" Type="graph.crossTenantAccessPolicyInboundTrust" /> |
16183 | 16201 | <Property Name="invitationRedemptionIdentityProviderConfiguration" Type="graph.defaultInvitationRedemptionIdentityProviderConfiguration" /> |
16184 | 16202 | <Property Name="isServiceDefault" Type="Edm.Boolean" /> |
| 16203 | + <NavigationProperty Name="m365Capabilities" Type="Collection(graph.m365CapabilityBase)" ContainsTarget="true" /> |
16185 | 16204 | </EntityType> |
16186 | 16205 | <EntityType Name="crossTenantAccessPolicyConfigurationPartner"> |
16187 | 16206 | <Key> |
|
16195 | 16214 | <Property Name="isServiceProvider" Type="Edm.Boolean" /> |
16196 | 16215 | <Property Name="tenantId" Type="Edm.String" Nullable="false" /> |
16197 | 16216 | <NavigationProperty Name="identitySynchronization" Type="graph.crossTenantIdentitySyncPolicyPartner" ContainsTarget="true" /> |
| 16217 | + <NavigationProperty Name="m365Capabilities" Type="Collection(graph.m365CapabilityBase)" ContainsTarget="true" /> |
16198 | 16218 | </EntityType> |
| 16219 | + <EntityType Name="crossTenantCalendarAvailabilityBasic" BaseType="graph.m365CapabilityBase" /> |
| 16220 | + <EntityType Name="crossTenantCalendarAvailabilityLimitedDetails" BaseType="graph.m365CapabilityBase" /> |
| 16221 | + <EntityType Name="crossTenantCalendarSharingFreeBusyDetail" BaseType="graph.m365CapabilityBase" /> |
| 16222 | + <EntityType Name="crossTenantCalendarSharingFreeBusyReviewer" BaseType="graph.m365CapabilityBase" /> |
| 16223 | + <EntityType Name="crossTenantCalendarSharingFreeBusySimple" BaseType="graph.m365CapabilityBase" /> |
16199 | 16224 | <EntityType Name="crossTenantIdentitySyncPolicyPartner"> |
16200 | 16225 | <Key> |
16201 | 16226 | <PropertyRef Name="tenantId" /> |
|
16206 | 16231 | <Property Name="tenantId" Type="Edm.String" Nullable="false" /> |
16207 | 16232 | <Property Name="userSyncInbound" Type="graph.crossTenantUserSyncInbound" /> |
16208 | 16233 | </EntityType> |
| 16234 | + <EntityType Name="crossTenantMailTipsAll" BaseType="graph.m365CapabilityBase" /> |
| 16235 | + <EntityType Name="crossTenantMailTipsLimited" BaseType="graph.m365CapabilityBase" /> |
| 16236 | + <EntityType Name="crossTenantMigration" BaseType="graph.m365CapabilityBase" /> |
| 16237 | + <EntityType Name="crossTenantOpenProfileCard" BaseType="graph.m365CapabilityBase" /> |
| 16238 | + <EntityType Name="crossTenantPlacesDeskBooking" BaseType="graph.m365CapabilityBase" /> |
| 16239 | + <EntityType Name="crossTenantPlacesRoomBooking" BaseType="graph.m365CapabilityBase" /> |
16209 | 16240 | <EntityType Name="customAccessPackageWorkflowExtension" BaseType="graph.customCalloutExtension"> |
16210 | 16241 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
16211 | 16242 | <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /> |
|
19566 | 19597 | <Property Name="status" Type="graph.longRunningOperationStatus" /> |
19567 | 19598 | <Property Name="statusDetail" Type="Edm.String" /> |
19568 | 19599 | </EntityType> |
| 19600 | + <EntityType Name="m365CapabilityBase" Abstract="true"> |
| 19601 | + <Key> |
| 19602 | + <PropertyRef Name="name" /> |
| 19603 | + </Key> |
| 19604 | + <Property Name="inboundAccess" Type="graph.m365CapabilityInboundAccess" /> |
| 19605 | + <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
| 19606 | + <Property Name="name" Type="Edm.String" Nullable="false" /> |
| 19607 | + </EntityType> |
19569 | 19608 | <EntityType Name="macOSCertificateProfileBase" BaseType="graph.deviceConfiguration" Abstract="true"> |
19570 | 19609 | <Property Name="certificateValidityPeriodScale" Type="graph.certificateValidityPeriodScale" Nullable="false" /> |
19571 | 19610 | <Property Name="certificateValidityPeriodValue" Type="Edm.Int32" Nullable="false" /> |
|
39402 | 39441 | <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /> |
39403 | 39442 | <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /> |
39404 | 39443 | </Annotations> |
| 39444 | + <Annotations Target="microsoft.graph.crossTenantAccessPolicyConfigurationDefault/m365Capabilities"> |
| 39445 | + <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
| 39446 | + <Record> |
| 39447 | + <PropertyValue Property="Upsertable" Bool="true" /> |
| 39448 | + </Record> |
| 39449 | + </Annotation> |
| 39450 | + </Annotations> |
39405 | 39451 | <Annotations Target="microsoft.graph.crossTenantAccessPolicyConfigurationPartner"> |
39406 | 39452 | <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"> |
39407 | 39453 | <Record> |
|
39431 | 39477 | <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" /> |
39432 | 39478 | <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /> |
39433 | 39479 | </Annotations> |
| 39480 | + <Annotations Target="microsoft.graph.crossTenantAccessPolicyConfigurationPartner/m365Capabilities"> |
| 39481 | + <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
| 39482 | + <Record> |
| 39483 | + <PropertyValue Property="Upsertable" Bool="true" /> |
| 39484 | + </Record> |
| 39485 | + </Annotation> |
| 39486 | + </Annotations> |
39434 | 39487 | <Annotations Target="microsoft.graph.crossTenantIdentitySyncPolicyPartner"> |
39435 | 39488 | <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"> |
39436 | 39489 | <Record> |
|
0 commit comments