|
226 | 226 | <Member Name="disabled" Value="2" /> |
227 | 227 | <Member Name="unknownFutureValue" Value="3" /> |
228 | 228 | </EnumType> |
| 229 | + <EnumType Name="agentIdentityType"> |
| 230 | + <Member Name="agentIdentity" Value="0" /> |
| 231 | + <Member Name="agentUser" Value="1" /> |
| 232 | + <Member Name="unknownFutureValue" Value="2" /> |
| 233 | + <Member Name="agentIdentityBlueprintPrincipal" Value="3" /> |
| 234 | + </EnumType> |
229 | 235 | <EnumType Name="agentIdRiskLevel"> |
230 | 236 | <Member Name="none" Value="0" /> |
231 | 237 | <Member Name="low" Value="1" /> |
|
18204 | 18210 | <NavigationProperty Name="customExtension" Type="graph.onOtpSendCustomExtension" /> |
18205 | 18211 | </ComplexType> |
18206 | 18212 | <ComplexType Name="onOtpSendHandler" Abstract="true" /> |
| 18213 | + <ComplexType Name="onPasswordMigrationCustomExtensionHandler" BaseType="graph.onPasswordSubmitHandler"> |
| 18214 | + <Property Name="configuration" Type="graph.customExtensionOverwriteConfiguration" /> |
| 18215 | + <Property Name="migrationPropertyId" Type="Edm.String" Nullable="false" /> |
| 18216 | + <NavigationProperty Name="customExtension" Type="graph.onPasswordSubmitCustomExtension" /> |
| 18217 | + </ComplexType> |
| 18218 | + <ComplexType Name="onPasswordSubmitHandler" Abstract="true" /> |
18207 | 18219 | <ComplexType Name="onPhoneMethodLoadStartExternalUsersAuthHandler" BaseType="graph.onPhoneMethodLoadStartHandler"> |
18208 | 18220 | <Property Name="smsOptions" Type="graph.phoneOptions" Nullable="false" /> |
18209 | 18221 | <Property Name="voiceOptions" Type="graph.phoneOptions" Nullable="false" /> |
|
23026 | 23038 | </EntityType> |
23027 | 23039 | <EntityType Name="admin"> |
23028 | 23040 | <NavigationProperty Name="appsAndServices" Type="graph.adminAppsAndServices" ContainsTarget="true" /> |
| 23041 | + <NavigationProperty Name="cloudLicensing" Type="microsoft.graph.cloudLicensing.adminCloudLicensing" ContainsTarget="true" /> |
23029 | 23042 | <NavigationProperty Name="configurationManagement" Type="graph.configurationManagement" ContainsTarget="true" /> |
23030 | 23043 | <NavigationProperty Name="dynamics" Type="graph.adminDynamics" ContainsTarget="true" /> |
23031 | 23044 | <NavigationProperty Name="edge" Type="graph.edge" ContainsTarget="true" /> |
|
23231 | 23244 | <Property Name="agentId" Type="Edm.String" Nullable="false" /> |
23232 | 23245 | <Property Name="detectedDateTime" Type="Edm.DateTimeOffset" /> |
23233 | 23246 | <Property Name="detectionTimingType" Type="graph.riskDetectionTimingType" Nullable="false" /> |
| 23247 | + <Property Name="identityType" Type="graph.agentIdentityType" Nullable="false" /> |
23234 | 23248 | <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /> |
23235 | 23249 | <Property Name="riskDetail" Type="graph.riskDetail" Nullable="false" /> |
23236 | 23250 | <Property Name="riskEventType" Type="Edm.String" Nullable="false" /> |
|
33421 | 33435 | <NavigationProperty Name="onlineMeeting" Type="graph.onlineMeeting" Nullable="false" /> |
33422 | 33436 | </EntityType> |
33423 | 33437 | <EntityType Name="onOtpSendCustomExtension" BaseType="graph.customAuthenticationExtension" /> |
| 33438 | + <EntityType Name="onPasswordSubmitCustomExtension" BaseType="graph.customAuthenticationExtension" /> |
| 33439 | + <EntityType Name="onPasswordSubmitListener" BaseType="graph.authenticationEventListener"> |
| 33440 | + <Property Name="handler" Type="graph.onPasswordSubmitHandler" /> |
| 33441 | + </EntityType> |
33424 | 33442 | <EntityType Name="onPhoneMethodLoadStartListener" BaseType="graph.authenticationEventListener"> |
33425 | 33443 | <Property Name="handler" Type="graph.onPhoneMethodLoadStartHandler" Nullable="false" /> |
33426 | 33444 | </EntityType> |
|
35318 | 35336 | </EntityType> |
35319 | 35337 | <EntityType Name="riskyAgent" BaseType="graph.entity"> |
35320 | 35338 | <Property Name="agentDisplayName" Type="Edm.String" /> |
| 35339 | + <Property Name="identityType" Type="graph.agentIdentityType" Nullable="false" /> |
35321 | 35340 | <Property Name="isDeleted" Type="Edm.Boolean" Nullable="false" /> |
35322 | 35341 | <Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /> |
35323 | 35342 | <Property Name="isProcessing" Type="Edm.Boolean" Nullable="false" /> |
|
35962 | 35981 | <Property Name="appliedEventListeners" Type="Collection(graph.appliedAuthenticationEventListener)" /> |
35963 | 35982 | <Property Name="correlationId" Type="Edm.String" Nullable="false" /> |
35964 | 35983 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
| 35984 | + <Property Name="fraudProtectionDetails" Type="graph.fraudProtectionDetails" /> |
35965 | 35985 | <Property Name="signUpIdentity" Type="graph.signUpIdentity" /> |
35966 | 35986 | <Property Name="signUpIdentityProvider" Type="Edm.String" Nullable="false" /> |
35967 | 35987 | <Property Name="signUpStage" Type="graph.signUpStage" Nullable="false" /> |
|
51474 | 51494 | <EntitySet Name="governanceSubjects" EntityType="microsoft.graph.governanceSubject" /> |
51475 | 51495 | <EntitySet Name="groupLifecyclePolicies" EntityType="microsoft.graph.groupLifecyclePolicy" /> |
51476 | 51496 | <EntitySet Name="groups" EntityType="microsoft.graph.group"> |
| 51497 | + <NavigationPropertyBinding Path="cloudLicensing/assignments" Target="admin/microsoft.graph.cloudLicensing.adminCloudLicensing/cloudLicensing/assignments" /> |
51477 | 51498 | <NavigationPropertyBinding Path="createdOnBehalfOf" Target="directoryObjects" /> |
51478 | 51499 | <NavigationPropertyBinding Path="memberOf" Target="directoryObjects" /> |
51479 | 51500 | <NavigationPropertyBinding Path="members" Target="directoryObjects" /> |
|
51543 | 51564 | <EntitySet Name="teamTemplateDefinition" EntityType="microsoft.graph.teamTemplateDefinition" /> |
51544 | 51565 | <EntitySet Name="users" EntityType="microsoft.graph.user"> |
51545 | 51566 | <NavigationPropertyBinding Path="appRoleAssignedResources" Target="servicePrincipals" /> |
| 51567 | + <NavigationPropertyBinding Path="cloudLicensing/assignmentErrors" Target="admin/microsoft.graph.cloudLicensing.adminCloudLicensing/cloudLicensing/assignmentErrors" /> |
| 51568 | + <NavigationPropertyBinding Path="cloudLicensing/assignments" Target="admin/microsoft.graph.cloudLicensing.adminCloudLicensing/cloudLicensing/assignments" /> |
51546 | 51569 | <NavigationPropertyBinding Path="createdObjects" Target="directoryObjects" /> |
51547 | 51570 | <NavigationPropertyBinding Path="directReports" Target="directoryObjects" /> |
51548 | 51571 | <NavigationPropertyBinding Path="employeeExperience/learningCourseActivities" Target="employeeExperience/learningCourseActivities" /> |
|
51558 | 51581 | <NavigationPropertyBinding Path="transitiveReports" Target="directoryObjects" /> |
51559 | 51582 | </EntitySet> |
51560 | 51583 | <Singleton Name="admin" Type="microsoft.graph.admin"> |
| 51584 | + <NavigationPropertyBinding Path="cloudLicensing/allotments/assignments" Target="admin/microsoft.graph.cloudLicensing.adminCloudLicensing/cloudLicensing/assignments" /> |
51561 | 51585 | <NavigationPropertyBinding Path="teams/userConfigurations/user" Target="users" /> |
51562 | 51586 | <NavigationPropertyBinding Path="windows/updates/policies/rings/excludedGroupAssignment/assignments/group" Target="groups" /> |
51563 | 51587 | <NavigationPropertyBinding Path="windows/updates/policies/rings/includedGroupAssignment/assignments/group" Target="groups" /> |
@@ -52164,22 +52188,85 @@ |
52164 | 52188 | <Member Name="device" Value="4" /> |
52165 | 52189 | <Member Name="unknownFutureValue" Value="8" /> |
52166 | 52190 | </EnumType> |
| 52191 | + <EnumType Name="subscriptionState"> |
| 52192 | + <Member Name="active" Value="1" /> |
| 52193 | + <Member Name="warning" Value="2" /> |
| 52194 | + <Member Name="suspended" Value="3" /> |
| 52195 | + <Member Name="lockedOut" Value="4" /> |
| 52196 | + <Member Name="deleted" Value="5" /> |
| 52197 | + <Member Name="unknownFutureValue" Value="6" /> |
| 52198 | + </EnumType> |
| 52199 | + <EnumType Name="subscriptionTags" IsFlags="true"> |
| 52200 | + <Member Name="none" Value="0" /> |
| 52201 | + <Member Name="trial" Value="1" /> |
| 52202 | + <Member Name="unknownFutureValue" Value="2" /> |
| 52203 | + </EnumType> |
52167 | 52204 | <ComplexType Name="groupCloudLicensing"> |
| 52205 | + <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.cloudLicensing.assignment)" /> |
52168 | 52206 | <NavigationProperty Name="usageRights" Type="Collection(microsoft.graph.cloudLicensing.usageRight)" ContainsTarget="true" /> |
52169 | 52207 | </ComplexType> |
52170 | 52208 | <ComplexType Name="service"> |
52171 | 52209 | <Property Name="assignableTo" Type="microsoft.graph.cloudLicensing.assigneeTypes" Nullable="false" /> |
52172 | 52210 | <Property Name="planId" Type="Edm.Guid" Nullable="false" /> |
52173 | 52211 | <Property Name="planName" Type="Edm.String" /> |
52174 | 52212 | </ComplexType> |
| 52213 | + <ComplexType Name="subscription"> |
| 52214 | + <Property Name="nextLifecycleDate" Type="Edm.Date" Nullable="false" /> |
| 52215 | + <Property Name="startDate" Type="Edm.Date" Nullable="false" /> |
| 52216 | + <Property Name="state" Type="microsoft.graph.cloudLicensing.subscriptionState" Nullable="false" /> |
| 52217 | + <Property Name="subscriptionId" Type="Edm.String" Nullable="false" /> |
| 52218 | + <Property Name="tags" Type="microsoft.graph.cloudLicensing.subscriptionTags" Nullable="false" /> |
| 52219 | + </ComplexType> |
52175 | 52220 | <ComplexType Name="userCloudLicensing"> |
| 52221 | + <NavigationProperty Name="assignmentErrors" Type="Collection(microsoft.graph.cloudLicensing.assignmentError)" /> |
| 52222 | + <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.cloudLicensing.assignment)" /> |
52176 | 52223 | <NavigationProperty Name="usageRights" Type="Collection(microsoft.graph.cloudLicensing.usageRight)" ContainsTarget="true" /> |
| 52224 | + <NavigationProperty Name="waitingMembers" Type="Collection(microsoft.graph.cloudLicensing.waitingMember)" /> |
52177 | 52225 | </ComplexType> |
| 52226 | + <EntityType Name="adminCloudLicensing" BaseType="graph.entity"> |
| 52227 | + <NavigationProperty Name="allotments" Type="Collection(microsoft.graph.cloudLicensing.allotment)" ContainsTarget="true" /> |
| 52228 | + <NavigationProperty Name="assignmentErrors" Type="Collection(microsoft.graph.cloudLicensing.assignmentError)" ContainsTarget="true" /> |
| 52229 | + <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.cloudLicensing.assignment)" ContainsTarget="true" /> |
| 52230 | + </EntityType> |
| 52231 | + <EntityType Name="allotment" BaseType="graph.entity"> |
| 52232 | + <Property Name="allottedUnits" Type="Edm.Int32" Nullable="false" /> |
| 52233 | + <Property Name="assignableTo" Type="microsoft.graph.cloudLicensing.assigneeTypes" Nullable="false" /> |
| 52234 | + <Property Name="consumedUnits" Type="Edm.Int32" Nullable="false" /> |
| 52235 | + <Property Name="services" Type="Collection(microsoft.graph.cloudLicensing.service)" Nullable="false" /> |
| 52236 | + <Property Name="skuId" Type="Edm.Guid" /> |
| 52237 | + <Property Name="skuPartNumber" Type="Edm.String" /> |
| 52238 | + <Property Name="subscriptions" Type="Collection(microsoft.graph.cloudLicensing.subscription)" Nullable="false" /> |
| 52239 | + <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.cloudLicensing.assignment)" /> |
| 52240 | + <NavigationProperty Name="waitingMembers" Type="Collection(microsoft.graph.cloudLicensing.waitingMember)" /> |
| 52241 | + </EntityType> |
| 52242 | + <EntityType Name="assignment" BaseType="graph.entity"> |
| 52243 | + <Property Name="disabledServicePlanIds" Type="Collection(Edm.Guid)" Nullable="false" /> |
| 52244 | + <NavigationProperty Name="allotment" Type="microsoft.graph.cloudLicensing.allotment" /> |
| 52245 | + <NavigationProperty Name="assignedTo" Type="graph.directoryObject" Nullable="false" /> |
| 52246 | + </EntityType> |
| 52247 | + <EntityType Name="assignmentError" BaseType="graph.entity"> |
| 52248 | + <Property Name="code" Type="Edm.String" Nullable="false" /> |
| 52249 | + <Property Name="message" Type="Edm.String" Nullable="false" /> |
| 52250 | + <Property Name="occurrenceDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
| 52251 | + <Property Name="skuId" Type="Edm.Guid" /> |
| 52252 | + <NavigationProperty Name="assignedTo" Type="graph.directoryObject" Nullable="false" /> |
| 52253 | + <NavigationProperty Name="usageRight" Type="microsoft.graph.cloudLicensing.usageRight" /> |
| 52254 | + </EntityType> |
52178 | 52255 | <EntityType Name="usageRight" BaseType="graph.entity"> |
52179 | 52256 | <Property Name="services" Type="Collection(microsoft.graph.cloudLicensing.service)" Nullable="false" /> |
52180 | 52257 | <Property Name="skuId" Type="Edm.Guid" /> |
52181 | 52258 | <Property Name="skuPartNumber" Type="Edm.String" /> |
| 52259 | + <NavigationProperty Name="allotments" Type="Collection(microsoft.graph.cloudLicensing.allotment)" /> |
| 52260 | + <NavigationProperty Name="assignments" Type="Collection(microsoft.graph.cloudLicensing.assignment)" /> |
| 52261 | + </EntityType> |
| 52262 | + <EntityType Name="waitingMember" BaseType="graph.entity"> |
| 52263 | + <Property Name="waitingSinceDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
| 52264 | + <NavigationProperty Name="allotment" Type="microsoft.graph.cloudLicensing.allotment" Nullable="false" /> |
| 52265 | + <NavigationProperty Name="assignedTo" Type="graph.directoryObject" Nullable="false" /> |
52182 | 52266 | </EntityType> |
| 52267 | + <Action Name="reprocessAssignments" IsBound="true"> |
| 52268 | + <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.cloudLicensing.assignment)" /> |
| 52269 | + </Action> |
52183 | 52270 | </Schema> |
52184 | 52271 | <Schema Namespace="microsoft.graph.copilot" xmlns="http://docs.oasis-open.org/odata/ns/edm"> |
52185 | 52272 | <Action Name="chat" IsBound="true"> |
|
52889 | 52976 | <Property Name="itemId" Type="Edm.String" Nullable="false" /> |
52890 | 52977 | <Property Name="urlMatchInfo" Type="microsoft.graph.externalConnectors.urlMatchInfo" /> |
52891 | 52978 | </ComplexType> |
| 52979 | + <ComplexType Name="principal"> |
| 52980 | + <Property Name="email" Type="Edm.String" /> |
| 52981 | + <Property Name="entraDisplayName" Type="Edm.String" /> |
| 52982 | + <Property Name="entraId" Type="Edm.String" /> |
| 52983 | + <Property Name="externalId" Type="Edm.String" /> |
| 52984 | + <Property Name="externalName" Type="Edm.String" /> |
| 52985 | + <Property Name="tenantId" Type="Edm.String" /> |
| 52986 | + <Property Name="upn" Type="Edm.String" /> |
| 52987 | + </ComplexType> |
52892 | 52988 | <ComplexType Name="properties" OpenType="true" /> |
52893 | 52989 | <ComplexType Name="property"> |
52894 | 52990 | <Property Name="aliases" Type="Collection(Edm.String)" /> |
|
0 commit comments