|
5259 | 5259 | <Member Name="encryptedProtectionTypeNotSupportedException" Value="131072" /> |
5260 | 5260 | <Member Name="purviewClaimsChallengeNotSupportedException" Value="262144" /> |
5261 | 5261 | <Member Name="exception" Value="524288" /> |
5262 | | - <Member Name="unknownFutureValue" Value="1048576" /> |
| 5262 | + <Member Name="labelNotFoundException" Value="1048576" /> |
| 5263 | + <Member Name="unknownFutureValue" Value="2097152" /> |
5263 | 5264 | </EnumType> |
5264 | 5265 | <EnumType Name="userAccountSecurityType"> |
5265 | 5266 | <Member Name="unknown" Value="0" /> |
|
11679 | 11680 | <Property Name="links" Type="Collection(graph.aiInteractionLink)" /> |
11680 | 11681 | <Property Name="locale" Type="Edm.String" Nullable="false" /> |
11681 | 11682 | <Property Name="mentions" Type="Collection(graph.aiInteractionMention)" /> |
11682 | | - <Property Name="requestId" Type="Edm.String" Nullable="false" /> |
| 11683 | + <Property Name="requestId" Type="Edm.String" /> |
11683 | 11684 | <Property Name="sessionId" Type="Edm.String" Nullable="false" /> |
11684 | 11685 | </EntityType> |
11685 | 11686 | <EntityType Name="aiInteractionHistory" BaseType="graph.entity" /> |
|
12135 | 12136 | </EntityType> |
12136 | 12137 | <EntityType Name="authentication" BaseType="graph.entity"> |
12137 | 12138 | <NavigationProperty Name="emailMethods" Type="Collection(graph.emailAuthenticationMethod)" ContainsTarget="true" /> |
| 12139 | + <NavigationProperty Name="externalAuthenticationMethods" Type="Collection(graph.externalAuthenticationMethod)" ContainsTarget="true" /> |
12138 | 12140 | <NavigationProperty Name="fido2Methods" Type="Collection(graph.fido2AuthenticationMethod)" ContainsTarget="true" /> |
12139 | 12141 | <NavigationProperty Name="methods" Type="Collection(graph.authenticationMethod)" ContainsTarget="true" /> |
12140 | 12142 | <NavigationProperty Name="microsoftAuthenticatorMethods" Type="Collection(graph.microsoftAuthenticatorAuthenticationMethod)" ContainsTarget="true" /> |
|
12175 | 12177 | <Property Name="displayName" Type="Edm.String" /> |
12176 | 12178 | <Property Name="selfServiceSignUp" Type="graph.selfServiceSignUpAuthenticationFlowConfiguration" /> |
12177 | 12179 | </EntityType> |
12178 | | - <EntityType Name="authenticationMethod" BaseType="graph.entity" Abstract="true" /> |
| 12180 | + <EntityType Name="authenticationMethod" BaseType="graph.entity" Abstract="true"> |
| 12181 | + <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
| 12182 | + </EntityType> |
12179 | 12183 | <EntityType Name="authenticationMethodConfiguration" BaseType="graph.entity" Abstract="true"> |
12180 | 12184 | <Property Name="excludeTargets" Type="Collection(graph.excludeTarget)" /> |
12181 | 12185 | <Property Name="state" Type="graph.authenticationMethodState" /> |
|
14339 | 14343 | <Property Name="name" Type="Edm.String" Nullable="false" /> |
14340 | 14344 | <Property Name="targetObjects" Type="Collection(Edm.String)" Nullable="false" /> |
14341 | 14345 | </EntityType> |
| 14346 | + <EntityType Name="externalAuthenticationMethod" BaseType="graph.authenticationMethod"> |
| 14347 | + <Property Name="configurationId" Type="Edm.String" Nullable="false" /> |
| 14348 | + <Property Name="displayName" Type="Edm.String" Nullable="false" /> |
| 14349 | + </EntityType> |
14342 | 14350 | <EntityType Name="externalDomainName" BaseType="graph.entity" /> |
14343 | 14351 | <EntityType Name="externalUsersSelfServiceSignUpEventsFlow" BaseType="graph.authenticationEventsFlow"> |
14344 | 14352 | <Property Name="onAttributeCollection" Type="graph.onAttributeCollectionHandler" /> |
|
14381 | 14389 | <Property Name="aaGuid" Type="Edm.String" /> |
14382 | 14390 | <Property Name="attestationCertificates" Type="Collection(Edm.String)" /> |
14383 | 14391 | <Property Name="attestationLevel" Type="graph.attestationLevel" /> |
14384 | | - <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
14385 | 14392 | <Property Name="displayName" Type="Edm.String" /> |
14386 | 14393 | <Property Name="model" Type="Edm.String" /> |
14387 | 14394 | </EntityType> |
|
15597 | 15604 | <Property Name="userId" Type="Edm.String" /> |
15598 | 15605 | </EntityType> |
15599 | 15606 | <EntityType Name="microsoftAuthenticatorAuthenticationMethod" BaseType="graph.authenticationMethod"> |
15600 | | - <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
15601 | 15607 | <Property Name="deviceTag" Type="Edm.String" /> |
15602 | 15608 | <Property Name="displayName" Type="Edm.String" /> |
15603 | 15609 | <Property Name="phoneAppVersion" Type="Edm.String" /> |
|
16080 | 16086 | <NavigationProperty Name="billing" Type="microsoft.graph.partners.billing.billing" ContainsTarget="true" /> |
16081 | 16087 | </EntityType> |
16082 | 16088 | <EntityType Name="passwordAuthenticationMethod" BaseType="graph.authenticationMethod"> |
16083 | | - <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
16084 | 16089 | <Property Name="password" Type="Edm.String" /> |
16085 | 16090 | </EntityType> |
16086 | 16091 | <EntityType Name="payload" BaseType="graph.entity"> |
|
16258 | 16263 | <NavigationProperty Name="tasks" Type="Collection(graph.plannerTask)" /> |
16259 | 16264 | </EntityType> |
16260 | 16265 | <EntityType Name="platformCredentialAuthenticationMethod" BaseType="graph.authenticationMethod"> |
16261 | | - <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
16262 | 16266 | <Property Name="displayName" Type="Edm.String" /> |
16263 | 16267 | <Property Name="keyStrength" Type="graph.authenticationMethodKeyStrength" /> |
16264 | 16268 | <Property Name="platform" Type="graph.authenticationMethodPlatform" /> |
|
17753 | 17757 | <Property Name="userId" Type="Edm.String" /> |
17754 | 17758 | </EntityType> |
17755 | 17759 | <EntityType Name="temporaryAccessPassAuthenticationMethod" BaseType="graph.authenticationMethod"> |
17756 | | - <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
17757 | 17760 | <Property Name="isUsable" Type="Edm.Boolean" /> |
17758 | 17761 | <Property Name="isUsableOnce" Type="Edm.Boolean" /> |
17759 | 17762 | <Property Name="lifetimeInMinutes" Type="Edm.Int32" /> |
|
19191 | 19194 | <Property Name="threatState" Type="graph.windowsMalwareThreatState" /> |
19192 | 19195 | </EntityType> |
19193 | 19196 | <EntityType Name="windowsHelloForBusinessAuthenticationMethod" BaseType="graph.authenticationMethod"> |
19194 | | - <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
19195 | 19197 | <Property Name="displayName" Type="Edm.String" /> |
19196 | 19198 | <Property Name="keyStrength" Type="graph.authenticationMethodKeyStrength" /> |
19197 | 19199 | <NavigationProperty Name="device" Type="graph.device" /> |
|
46335 | 46337 | <NavigationProperty Name="dataSource" Type="microsoft.graph.security.dataSource" ContainsTarget="true" /> |
46336 | 46338 | <NavigationProperty Name="lastIndexOperation" Type="microsoft.graph.security.ediscoveryIndexOperation" /> |
46337 | 46339 | </EntityType> |
46338 | | - <EntityType Name="ediscoveryPurgeDataOperation" BaseType="microsoft.graph.security.caseOperation" /> |
| 46340 | + <EntityType Name="ediscoveryPurgeDataOperation" BaseType="microsoft.graph.security.caseOperation"> |
| 46341 | + <Property Name="reportFileMetadata" Type="Collection(microsoft.graph.security.reportFileMetadata)" /> |
| 46342 | + </EntityType> |
46339 | 46343 | <EntityType Name="ediscoveryReviewSet" BaseType="microsoft.graph.security.dataSet"> |
46340 | 46344 | <NavigationProperty Name="queries" Type="Collection(microsoft.graph.security.ediscoveryReviewSetQuery)" ContainsTarget="true" /> |
46341 | 46345 | </EntityType> |
|
0 commit comments