|
16135 | 16135 | <NavigationProperty Name="customExtension" Type="graph.onOtpSendCustomExtension" /> |
16136 | 16136 | </ComplexType> |
16137 | 16137 | <ComplexType Name="onOtpSendHandler" Abstract="true" /> |
| 16138 | + <ComplexType Name="onPhoneMethodLoadStartExternalUsersAuthHandler" BaseType="graph.onPhoneMethodLoadStartHandler"> |
| 16139 | + <Property Name="smsOptions" Type="graph.phoneOptions" Nullable="false" /> |
| 16140 | + <Property Name="voiceOptions" Type="graph.phoneOptions" Nullable="false" /> |
| 16141 | + </ComplexType> |
| 16142 | + <ComplexType Name="onPhoneMethodLoadStartHandler" Abstract="true" /> |
16138 | 16143 | <ComplexType Name="onPremisesAccidentalDeletionPrevention"> |
16139 | 16144 | <Property Name="alertThreshold" Type="Edm.Int32" /> |
16140 | 16145 | <Property Name="synchronizationPreventionType" Type="graph.onPremisesDirectorySynchronizationDeletionPreventionType" /> |
|
16515 | 16520 | <Property Name="number" Type="Edm.String" /> |
16516 | 16521 | <Property Name="type" Type="graph.phoneType" /> |
16517 | 16522 | </ComplexType> |
| 16523 | + <ComplexType Name="phoneOptions"> |
| 16524 | + <Property Name="defaultRegions" Type="Collection(Edm.Int16)" Nullable="false" /> |
| 16525 | + <Property Name="excludeRegions" Type="Collection(Edm.Int16)" Nullable="false" /> |
| 16526 | + <Property Name="includeAdditionalRegions" Type="Collection(Edm.Int16)" Nullable="false" /> |
| 16527 | + </ComplexType> |
16518 | 16528 | <ComplexType Name="photo"> |
16519 | 16529 | <Property Name="cameraMake" Type="Edm.String" /> |
16520 | 16530 | <Property Name="cameraModel" Type="Edm.String" /> |
|
31092 | 31102 | </Annotation> |
31093 | 31103 | </EntityType> |
31094 | 31104 | <EntityType Name="onOtpSendCustomExtension" BaseType="graph.customAuthenticationExtension" /> |
| 31105 | + <EntityType Name="onPhoneMethodLoadStartListener" BaseType="graph.authenticationEventListener"> |
| 31106 | + <Property Name="handler" Type="graph.onPhoneMethodLoadStartHandler" Nullable="false" /> |
| 31107 | + </EntityType> |
31095 | 31108 | <EntityType Name="onPremisesAgent" BaseType="graph.entity"> |
31096 | 31109 | <Property Name="externalIp" Type="Edm.String" Nullable="false" /> |
31097 | 31110 | <Property Name="machineName" Type="Edm.String" Nullable="false" /> |
|
71231 | 71244 | </Annotation> |
71232 | 71245 | </Annotations> |
71233 | 71246 | <Annotations Target="microsoft.graph.GraphService/contacts"> |
| 71247 | + <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"> |
| 71248 | + <Record> |
| 71249 | + <PropertyValue Property="Expandable" Bool="true" /> |
| 71250 | + <PropertyValue Property="NonExpandableProperties"> |
| 71251 | + <Collection> |
| 71252 | + <NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath> |
| 71253 | + </Collection> |
| 71254 | + </PropertyValue> |
| 71255 | + </Record> |
| 71256 | + </Annotation> |
71234 | 71257 | <Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"> |
71235 | 71258 | <Record> |
71236 | 71259 | <PropertyValue Property="CustomHeaders"> |
|
0 commit comments