|
176 | 176 | <Member Name="active" Value="0" /> |
177 | 177 | <Member Name="inactive" Value="1" /> |
178 | 178 | </EnumType> |
| 179 | + <EnumType Name="aggregationPeriod"> |
| 180 | + <Member Name="d1" Value="0" /> |
| 181 | + <Member Name="d7" Value="1" /> |
| 182 | + <Member Name="d30" Value="2" /> |
| 183 | + <Member Name="unknownFutureValue" Value="3" /> |
| 184 | + </EnumType> |
179 | 185 | <EnumType Name="agreementAcceptanceState"> |
180 | 186 | <Member Name="accepted" Value="2" /> |
181 | 187 | <Member Name="declined" Value="3" /> |
|
23255 | 23261 | <NavigationProperty Name="authenticationMethodConfigurations" Type="Collection(graph.authenticationMethodConfiguration)" ContainsTarget="true" /> |
23256 | 23262 | </EntityType> |
23257 | 23263 | <EntityType Name="authenticationMethodsRoot" BaseType="graph.entity"> |
| 23264 | + <NavigationProperty Name="userEventsSummary" Type="Collection(graph.userEventsSummary)" ContainsTarget="true" /> |
| 23265 | + <NavigationProperty Name="userMfaSignInSummary" Type="Collection(graph.userMfaSignInSummary)" ContainsTarget="true" /> |
| 23266 | + <NavigationProperty Name="userPasswordResetsAndChangesSummary" Type="Collection(graph.userPasswordResetsAndChangesSummary)" ContainsTarget="true" /> |
23258 | 23267 | <NavigationProperty Name="userRegistrationDetails" Type="Collection(graph.userRegistrationDetails)" ContainsTarget="true" /> |
23259 | 23268 | </EntityType> |
23260 | 23269 | <EntityType Name="authenticationMethodTarget" BaseType="graph.entity"> |
|
32837 | 32846 | <EntityType Name="peopleAdminSettings" BaseType="graph.entity"> |
32838 | 32847 | <NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true" /> |
32839 | 32848 | <NavigationProperty Name="namePronunciation" Type="graph.namePronunciationSettings" ContainsTarget="true" /> |
| 32849 | + <NavigationProperty Name="photoUpdateSettings" Type="graph.photoUpdateSettings" ContainsTarget="true" /> |
32840 | 32850 | <NavigationProperty Name="profileCardProperties" Type="Collection(graph.profileCardProperty)" ContainsTarget="true" /> |
32841 | 32851 | <NavigationProperty Name="profilePropertySettings" Type="Collection(graph.profilePropertySetting)" ContainsTarget="true" /> |
32842 | 32852 | <NavigationProperty Name="profileSources" Type="Collection(graph.profileSource)" ContainsTarget="true" /> |
|
33035 | 33045 | <EntityType Name="phoneUserConversationMember" BaseType="graph.conversationMember"> |
33036 | 33046 | <Property Name="phoneNumber" Type="Edm.String" /> |
33037 | 33047 | </EntityType> |
| 33048 | + <EntityType Name="photoUpdateSettings" BaseType="graph.entity"> |
| 33049 | + <Property Name="allowedRoles" Type="Collection(Edm.String)" /> |
| 33050 | + </EntityType> |
33038 | 33051 | <EntityType Name="picture"> |
33039 | 33052 | <Key> |
33040 | 33053 | <PropertyRef Name="id" /> |
|
35006 | 35019 | <EntityType Name="sensitiveType" BaseType="graph.entity"> |
35007 | 35020 | <Property Name="classificationMethod" Type="graph.classificationMethod" /> |
35008 | 35021 | <Property Name="description" Type="Edm.String" /> |
| 35022 | + <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /> |
35009 | 35023 | <Property Name="name" Type="Edm.String" /> |
35010 | 35024 | <Property Name="publisherName" Type="Edm.String" /> |
35011 | 35025 | <Property Name="rulePackageId" Type="Edm.String" /> |
|
35737 | 35751 | <NavigationProperty Name="documentProcessingJobs" Type="Collection(graph.documentProcessingJob)" ContainsTarget="true" /> |
35738 | 35752 | <NavigationProperty Name="drive" Type="graph.drive" /> |
35739 | 35753 | <NavigationProperty Name="drives" Type="Collection(graph.drive)" /> |
| 35754 | + <NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" /> |
35740 | 35755 | <NavigationProperty Name="externalColumns" Type="Collection(graph.columnDefinition)" /> |
35741 | 35756 | <NavigationProperty Name="informationProtection" Type="graph.informationProtection" ContainsTarget="true" /> |
35742 | 35757 | <NavigationProperty Name="items" Type="Collection(graph.baseItem)" /> |
|
37525 | 37540 | <NavigationProperty Name="activities" Type="graph.activitiesContainer" ContainsTarget="true" /> |
37526 | 37541 | <NavigationProperty Name="protectionScopes" Type="graph.userProtectionScopeContainer" ContainsTarget="true" /> |
37527 | 37542 | </EntityType> |
| 37543 | + <EntityType Name="userEventsSummary" BaseType="graph.entity"> |
| 37544 | + <Property Name="authMethod" Type="graph.usageAuthMethod" Nullable="false" /> |
| 37545 | + <Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
| 37546 | + <Property Name="failureReason" Type="Edm.String" Nullable="false" /> |
| 37547 | + <Property Name="feature" Type="graph.featureType" Nullable="false" /> |
| 37548 | + <Property Name="isSuccess" Type="Edm.Boolean" Nullable="false" /> |
| 37549 | + <Property Name="userDisplayName" Type="Edm.String" Nullable="false" /> |
| 37550 | + <Property Name="userPrincipalName" Type="Edm.String" Nullable="false" /> |
| 37551 | + </EntityType> |
37528 | 37552 | <EntityType Name="userExperienceAnalyticsAnomaly" BaseType="graph.entity"> |
37529 | 37553 | <Property Name="anomalyFirstOccurrenceDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
37530 | 37554 | <Property Name="anomalyId" Type="Edm.String" /> |
|
38010 | 38034 | <Property Name="userName" Type="Edm.String" /> |
38011 | 38035 | <NavigationProperty Name="deviceStates" Type="Collection(graph.deviceInstallState)" ContainsTarget="true" /> |
38012 | 38036 | </EntityType> |
| 38037 | + <EntityType Name="userMfaSignInSummary" BaseType="graph.entity"> |
| 38038 | + <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
| 38039 | + <Property Name="multiFactorSignIns" Type="Edm.Int64" /> |
| 38040 | + <Property Name="singleFactorSignIns" Type="Edm.Int64" /> |
| 38041 | + <Property Name="totalSignIns" Type="Edm.Int64" /> |
| 38042 | + </EntityType> |
| 38043 | + <EntityType Name="userPasswordResetsAndChangesSummary" BaseType="graph.entity"> |
| 38044 | + <Property Name="aggregatedDateTime" Type="Edm.DateTimeOffset" /> |
| 38045 | + <Property Name="changePasswordSelfServiceCount" Type="Edm.Int64" /> |
| 38046 | + <Property Name="passwordResetsByAdminCount" Type="Edm.Int64" /> |
| 38047 | + <Property Name="passwordResetsSelfServiceCount" Type="Edm.Int64" /> |
| 38048 | + </EntityType> |
38013 | 38049 | <EntityType Name="userPFXCertificate" BaseType="graph.entity"> |
38014 | 38050 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
38015 | 38051 | <Property Name="encryptedPfxBlob" Type="Edm.Binary" /> |
|
38025 | 38061 | <Property Name="userPrincipalName" Type="Edm.String" /> |
38026 | 38062 | </EntityType> |
38027 | 38063 | <EntityType Name="userProtectionScopeContainer" BaseType="graph.entity" /> |
| 38064 | + <EntityType Name="userRegistrationActivitySummary" BaseType="graph.entity"> |
| 38065 | + <Property Name="authMethod" Type="graph.usageAuthMethod" Nullable="false" /> |
| 38066 | + <Property Name="failureActivityCount" Type="Edm.Int64" Nullable="false" /> |
| 38067 | + <Property Name="feature" Type="graph.featureType" Nullable="false" /> |
| 38068 | + <Property Name="successfulActivityCount" Type="Edm.Int64" Nullable="false" /> |
| 38069 | + </EntityType> |
38028 | 38070 | <EntityType Name="userRegistrationDetails" BaseType="graph.entity"> |
38029 | 38071 | <Property Name="defaultMfaMethod" Type="graph.defaultMfaMethodType" /> |
38030 | 38072 | <Property Name="isAdmin" Type="Edm.Boolean" /> |
|
38081 | 38123 | <EntityType Name="userSignInInsight" BaseType="graph.governanceInsight"> |
38082 | 38124 | <Property Name="lastSignInDateTime" Type="Edm.DateTimeOffset" /> |
38083 | 38125 | </EntityType> |
| 38126 | + <EntityType Name="userSignInUsageByAuthMethodActivity"> |
| 38127 | + <Key> |
| 38128 | + <PropertyRef Name="authenticationMethod" /> |
| 38129 | + </Key> |
| 38130 | + <Property Name="authenticationMethod" Type="Edm.String" Nullable="false" /> |
| 38131 | + <Property Name="successActivityCount" Type="Edm.Int64" Nullable="false" /> |
| 38132 | + </EntityType> |
38084 | 38133 | <EntityType Name="userSignUpMetric" BaseType="graph.entity"> |
38085 | 38134 | <Property Name="appId" Type="Edm.String" /> |
38086 | 38135 | <Property Name="browser" Type="Edm.String" /> |
|
49601 | 49650 | <Parameter Name="bindingParameter" Type="Collection(graph.managedAppRegistration)" /> |
49602 | 49651 | <ReturnType Type="Collection(Edm.String)" Unicode="false" /> |
49603 | 49652 | </Function> |
| 49653 | + <Function Name="getVapidPublicKey" IsBound="true"> |
| 49654 | + <Parameter Name="bindingParameter" Type="Collection(graph.subscription)" /> |
| 49655 | + <ReturnType Type="Edm.String" Unicode="false" /> |
| 49656 | + </Function> |
49604 | 49657 | <Function Name="getVirtualAppointmentJoinWebUrl" IsBound="true"> |
49605 | 49658 | <Parameter Name="bindingParameter" Type="graph.onlineMeeting" /> |
49606 | 49659 | <ReturnType Type="Edm.String" Unicode="false" /> |
|
50154 | 50207 | <Parameter Name="bindingParameter" Type="graph.deviceManagement" /> |
50155 | 50208 | <ReturnType Type="graph.userExperienceAnalyticsWorkFromAnywhereDevicesSummary" /> |
50156 | 50209 | </Function> |
| 50210 | + <Function Name="userRegistrationActivity" IsBound="true" IsComposable="true"> |
| 50211 | + <Parameter Name="bindingParameter" Type="graph.authenticationMethodsRoot" /> |
| 50212 | + <Parameter Name="period" Type="graph.aggregationPeriod" Nullable="false" /> |
| 50213 | + <ReturnType Type="Collection(graph.userRegistrationActivitySummary)" Nullable="false" /> |
| 50214 | + </Function> |
| 50215 | + <Function Name="userSignInsByAuthMethodSummary" IsBound="true" IsComposable="true"> |
| 50216 | + <Parameter Name="bindingParameter" Type="graph.authenticationMethodsRoot" /> |
| 50217 | + <Parameter Name="period" Type="graph.aggregationPeriod" Nullable="false" /> |
| 50218 | + <ReturnType Type="Collection(graph.userSignInUsageByAuthMethodActivity)" Nullable="false" /> |
| 50219 | + </Function> |
50157 | 50220 | <Function Name="usersRegisteredByFeature" IsBound="true" IsComposable="true"> |
50158 | 50221 | <Parameter Name="bindingParameter" Type="graph.authenticationMethodsRoot" /> |
50159 | 50222 | <ReturnType Type="graph.userRegistrationFeatureSummary" Nullable="false" /> |
|
59014 | 59077 | </Collection> |
59015 | 59078 | </Annotation> |
59016 | 59079 | </Annotations> |
| 59080 | + <Annotations Target="microsoft.graph.backupRestoreRoot/protectionUnits"> |
| 59081 | + <Annotation Term="Org.OData.Core.V1.ExplicitOperationBindings"> |
| 59082 | + <Collection> |
| 59083 | + <String>microsoft.graph.cancelOffboard</String> |
| 59084 | + <String>microsoft.graph.offboard</String> |
| 59085 | + </Collection> |
| 59086 | + </Annotation> |
| 59087 | + </Annotations> |
59017 | 59088 | <Annotations Target="microsoft.graph.baselineParameterType/unknownFutureValue"> |
59018 | 59089 | <Annotation Term="Org.OData.Core.V1.Description" String="A marker value for members added after the release of this API." /> |
59019 | 59090 | </Annotations> |
|
62323 | 62394 | </Annotation> |
62324 | 62395 | <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /> |
62325 | 62396 | <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /> |
| 62397 | + <Annotation Term="Org.OData.Core.V1.Revisions"> |
| 62398 | + <Collection> |
| 62399 | + <Record> |
| 62400 | + <PropertyValue Property="Date" Date="2023-06-21" /> |
| 62401 | + <PropertyValue Property="Description" String="The Reporting getCredentialUsageSummary API is deprecated and will stop returning data on June 30, 2025. Please use the new userRegistrationActivity API." /> |
| 62402 | + <PropertyValue Property="Kind"> |
| 62403 | + <EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember> |
| 62404 | + </PropertyValue> |
| 62405 | + <PropertyValue Property="RemovalDate" Date="2024-06-30" /> |
| 62406 | + <PropertyValue Property="Version" String="2023-06/credentialUserRegistrationDetails" /> |
| 62407 | + </Record> |
| 62408 | + </Collection> |
| 62409 | + </Annotation> |
62326 | 62410 | </Annotations> |
62327 | 62411 | <Annotations Target="microsoft.graph.credentialUserRegistrationCount"> |
62328 | 62412 | <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"> |
|
85193 | 85277 | </Collection> |
85194 | 85278 | </Annotation> |
85195 | 85279 | </Annotations> |
85196 | | - <Annotations Target="microsoft.graph.networkaccess.getAlertFrequencies(Collection(microsoft.graph.networkaccess.alert), Edm.DateTimeOffset, Edm.DateTimeOffset)"> |
85197 | | - <Annotation Term="Org.OData.Core.V1.Revisions"> |
85198 | | - <Collection> |
85199 | | - <Record> |
85200 | | - <PropertyValue Property="Date" Date="2024-09-09" /> |
85201 | | - <PropertyValue Property="Kind"> |
85202 | | - <EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember> |
85203 | | - </PropertyValue> |
85204 | | - <PropertyValue Property="RemovalDate" Date="2024-11-01" /> |
85205 | | - <PropertyValue Property="Version" String="2022-06/PrivatePreview:NetworkAccess" /> |
85206 | | - </Record> |
85207 | | - </Collection> |
85208 | | - </Annotation> |
85209 | | - </Annotations> |
85210 | | - <Annotations Target="microsoft.graph.networkaccess.getAlertSeveritySummaries(Collection(microsoft.graph.networkaccess.alert), Edm.DateTimeOffset, Edm.DateTimeOffset)"> |
85211 | | - <Annotation Term="Org.OData.Core.V1.Revisions"> |
85212 | | - <Collection> |
85213 | | - <Record> |
85214 | | - <PropertyValue Property="Date" Date="2024-09-09" /> |
85215 | | - <PropertyValue Property="Kind"> |
85216 | | - <EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember> |
85217 | | - </PropertyValue> |
85218 | | - <PropertyValue Property="RemovalDate" Date="2024-11-01" /> |
85219 | | - <PropertyValue Property="Version" String="2022-06/PrivatePreview:NetworkAccess" /> |
85220 | | - </Record> |
85221 | | - </Collection> |
85222 | | - </Annotation> |
85223 | | - </Annotations> |
85224 | 85280 | <Annotations Target="microsoft.graph.networkaccess.intentCategory"> |
85225 | 85281 | <Annotation Term="Org.OData.Core.V1.Revisions"> |
85226 | 85282 | <Collection> |
|
86445 | 86501 | </Record> |
86446 | 86502 | </Annotation> |
86447 | 86503 | </Annotations> |
| 86504 | + <Annotations Target="microsoft.graph.peopleAdminSettings/photoUpdateSettings"> |
| 86505 | + <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"> |
| 86506 | + <Record> |
| 86507 | + <PropertyValue Property="Deletable" Bool="true" /> |
| 86508 | + </Record> |
| 86509 | + </Annotation> |
| 86510 | + </Annotations> |
86448 | 86511 | <Annotations Target="microsoft.graph.perfectForwardSecrecyGroup"> |
86449 | 86512 | <Annotation Term="Org.OData.Core.V1.Description" String="Forward Secrecy Group values for Windows10 VPN policies with IKEv2 connection type." /> |
86450 | 86513 | </Annotations> |
|
92845 | 92908 | </Annotation> |
92846 | 92909 | <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /> |
92847 | 92910 | <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /> |
| 92911 | + <Annotation Term="Org.OData.Core.V1.Revisions"> |
| 92912 | + <Collection> |
| 92913 | + <Record> |
| 92914 | + <PropertyValue Property="Date" Date="2023-06-21" /> |
| 92915 | + <PropertyValue Property="Description" String="The Reporting userCredentialUsageDetails API is deprecated and will stop returning data on June 30, 2025. Please use the new userEventsSummary API." /> |
| 92916 | + <PropertyValue Property="Kind"> |
| 92917 | + <EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember> |
| 92918 | + </PropertyValue> |
| 92919 | + <PropertyValue Property="RemovalDate" Date="2024-06-30" /> |
| 92920 | + <PropertyValue Property="Version" String="2023-06/credentialUserRegistrationDetails" /> |
| 92921 | + </Record> |
| 92922 | + </Collection> |
| 92923 | + </Annotation> |
92848 | 92924 | </Annotations> |
92849 | 92925 | <Annotations Target="microsoft.graph.userEmailSource"> |
92850 | 92926 | <Annotation Term="Org.OData.Core.V1.Description" String="Possible values for username source or email source." /> |
|
92855 | 92931 | <Annotations Target="microsoft.graph.userEmailSource/userPrincipalName"> |
92856 | 92932 | <Annotation Term="Org.OData.Core.V1.Description" String="User principal name." /> |
92857 | 92933 | </Annotations> |
| 92934 | + <Annotations Target="microsoft.graph.userEventsSummary"> |
| 92935 | + <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"> |
| 92936 | + <Record> |
| 92937 | + <PropertyValue Property="Filterable" Bool="true" /> |
| 92938 | + </Record> |
| 92939 | + </Annotation> |
| 92940 | + <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /> |
| 92941 | + <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /> |
| 92942 | + </Annotations> |
92858 | 92943 | <Annotations Target="microsoft.graph.userExperienceAnalyticsAnomaly"> |
92859 | 92944 | <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics anomaly entity contains anomaly details." /> |
92860 | 92945 | </Annotations> |
|
94601 | 94686 | <Annotations Target="microsoft.graph.userPfxPaddingScheme/pkcs1"> |
94602 | 94687 | <Annotation Term="Org.OData.Core.V1.Description" String="Pkcs1 is no longer supported" /> |
94603 | 94688 | </Annotations> |
| 94689 | + <Annotations Target="microsoft.graph.userRegistrationActivitySummary"> |
| 94690 | + <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"> |
| 94691 | + <Record> |
| 94692 | + <PropertyValue Property="Filterable" Bool="true" /> |
| 94693 | + </Record> |
| 94694 | + </Annotation> |
| 94695 | + <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /> |
| 94696 | + <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /> |
| 94697 | + </Annotations> |
94604 | 94698 | <Annotations Target="microsoft.graph.userRegistrationDetails"> |
94605 | 94699 | <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"> |
94606 | 94700 | <Record> |
@@ -105005,12 +105099,21 @@ |
105005 | 105099 | <EntityType Name="alert" BaseType="graph.entity"> |
105006 | 105100 | <Property Name="actions" Type="Collection(microsoft.graph.networkaccess.alertAction)" /> |
105007 | 105101 | <Property Name="alertType" Type="microsoft.graph.networkaccess.alertType" Nullable="false" /> |
| 105102 | + <Property Name="categories" Type="Collection(microsoft.graph.networkaccess.intentCategory)" /> |
| 105103 | + <Property Name="componentName" Type="Edm.String" /> |
105008 | 105104 | <Property Name="creationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
105009 | 105105 | <Property Name="description" Type="Edm.String" /> |
105010 | 105106 | <Property Name="detectionTechnology" Type="Edm.String" /> |
105011 | 105107 | <Property Name="displayName" Type="Edm.String" Nullable="false" /> |
| 105108 | + <Property Name="extendedProperties" Type="microsoft.graph.networkaccess.extendedProperties" /> |
| 105109 | + <Property Name="firstActivityDateTime" Type="Edm.DateTimeOffset" /> |
| 105110 | + <Property Name="isPreview" Type="Edm.Boolean" /> |
| 105111 | + <Property Name="lastActivityDateTime" Type="Edm.DateTimeOffset" /> |
| 105112 | + <Property Name="productName" Type="Edm.String" /> |
105012 | 105113 | <Property Name="relatedResources" Type="Collection(microsoft.graph.networkaccess.relatedResource)" /> |
105013 | 105114 | <Property Name="severity" Type="microsoft.graph.networkaccess.alertSeverity" Nullable="false" /> |
| 105115 | + <Property Name="subTechniques" Type="Collection(Edm.String)" /> |
| 105116 | + <Property Name="techniques" Type="Collection(Edm.String)" /> |
105014 | 105117 | <Property Name="vendorName" Type="Edm.String" Nullable="false" /> |
105015 | 105118 | <NavigationProperty Name="policy" Type="microsoft.graph.networkaccess.filteringPolicy" /> |
105016 | 105119 | </EntityType> |
|
0 commit comments