|
2224 | 2224 | <Member Name="centralAmerica" Value="12" /> |
2225 | 2225 | <Member Name="usGovernment" Value="13" /> |
2226 | 2226 | <Member Name="unknownFutureValue" Value="14" /> |
| 2227 | + <Member Name="mexico" Value="15" /> |
2227 | 2228 | </EnumType> |
2228 | 2229 | <EnumType Name="cloudPcImportedSnapshotState"> |
2229 | 2230 | <Member Name="notUsed" Value="0" /> |
|
3018 | 3019 | <Member Name="active" Value="0" /> |
3019 | 3020 | <Member Name="inactive" Value="1" /> |
3020 | 3021 | </EnumType> |
| 3022 | + <EnumType Name="connectorType"> |
| 3023 | + <Member Name="sapIag" Value="0" /> |
| 3024 | + <Member Name="sapAc" Value="1" /> |
| 3025 | + <Member Name="unknownFutureValue" Value="3" /> |
| 3026 | + </EnumType> |
3021 | 3027 | <EnumType Name="consentRequestFilterByCurrentUserOptions"> |
3022 | 3028 | <Member Name="reviewer" Value="0" /> |
3023 | 3029 | <Member Name="unknownFutureValue" Value="1" /> |
|
4598 | 4604 | <Member Name="trainingReminder" Value="4" /> |
4599 | 4605 | <Member Name="unknownFutureValue" Value="5" /> |
4600 | 4606 | </EnumType> |
| 4607 | + <EnumType Name="enforcementResultStatus"> |
| 4608 | + <Member Name="success" Value="1" /> |
| 4609 | + <Member Name="missingOrInvalidConfiguration" Value="2" /> |
| 4610 | + <Member Name="userOverride" Value="3" /> |
| 4611 | + <Member Name="agentFailure" Value="4" /> |
| 4612 | + <Member Name="enforcementTimeout" Value="5" /> |
| 4613 | + <Member Name="oSOverride" Value="6" /> |
| 4614 | + <Member Name="processNonExistent" Value="7" /> |
| 4615 | + <Member Name="other" Value="8" /> |
| 4616 | + <Member Name="unknownFutureValue" Value="9" /> |
| 4617 | + </EnumType> |
4601 | 4618 | <EnumType Name="engagementAsyncOperationType"> |
4602 | 4619 | <Member Name="createCommunity" Value="0" /> |
4603 | 4620 | <Member Name="unknownFutureValue" Value="1" /> |
|
14470 | 14487 | <Property Name="output" Type="graph.transformationAttribute" Nullable="false" /> |
14471 | 14488 | <Property Name="value" Type="Edm.String" Nullable="false" /> |
14472 | 14489 | </ComplexType> |
| 14490 | + <ComplexType Name="contentActivityMetadata" BaseType="graph.processContentMetadataBase"> |
| 14491 | + <Property Name="enforcementResultStatus" Type="graph.enforcementResultStatus" Nullable="false" /> |
| 14492 | + <Property Name="recordType" Type="graph.auditLogRecordType" Nullable="false" /> |
| 14493 | + </ComplexType> |
14473 | 14494 | <ComplexType Name="contentApprovalStatusColumn" /> |
14474 | 14495 | <ComplexType Name="contentBase" Abstract="true" /> |
14475 | 14496 | <ComplexType Name="contentClassification"> |
|
16201 | 16222 | <Property Name="href" Type="Edm.String" /> |
16202 | 16223 | </ComplexType> |
16203 | 16224 | <ComplexType Name="externalSponsors" BaseType="graph.userSet" /> |
| 16225 | + <ComplexType Name="externalTokenBasedSapIagConnectionInfo" BaseType="graph.connectionInfo"> |
| 16226 | + <Property Name="accessTokenUrl" Type="Edm.String" /> |
| 16227 | + <Property Name="clientId" Type="Edm.String" /> |
| 16228 | + <Property Name="domain" Type="Edm.String" /> |
| 16229 | + <Property Name="keyVaultName" Type="Edm.String" /> |
| 16230 | + <Property Name="resourceGroup" Type="Edm.String" /> |
| 16231 | + <Property Name="secretName" Type="Edm.String" /> |
| 16232 | + <Property Name="subscriptionId" Type="Edm.String" /> |
| 16233 | + </ComplexType> |
16204 | 16234 | <ComplexType Name="extractAlphaTransformation" BaseType="graph.customClaimTransformation"> |
16205 | 16235 | <Property Name="type" Type="graph.transformationExtractType" Nullable="false" /> |
16206 | 16236 | </ComplexType> |
|
22690 | 22720 | <NavigationProperty Name="accessPackageResourceEnvironment" Type="graph.accessPackageResourceEnvironment" /> |
22691 | 22721 | <NavigationProperty Name="accessPackageResourceRoles" Type="Collection(graph.accessPackageResourceRole)" ContainsTarget="true" /> |
22692 | 22722 | <NavigationProperty Name="accessPackageResourceScopes" Type="Collection(graph.accessPackageResourceScope)" ContainsTarget="true" /> |
| 22723 | + <NavigationProperty Name="externalOriginResourceConnector" Type="graph.externalOriginResourceConnector" /> |
22693 | 22724 | <NavigationProperty Name="uploadSessions" Type="Collection(graph.customDataProvidedResourceUploadSession)" ContainsTarget="true" /> |
22694 | 22725 | </EntityType> |
22695 | 22726 | <EntityType Name="accessPackageResourceEnvironment" BaseType="graph.entity"> |
|
30183 | 30214 | <Property Name="userId" Type="Edm.String" /> |
30184 | 30215 | </EntityType> |
30185 | 30216 | <EntityType Name="externalMeetingRegistration" BaseType="graph.meetingRegistrationBase" /> |
| 30217 | + <EntityType Name="externalOriginResourceConnector" BaseType="graph.entity"> |
| 30218 | + <Property Name="connectionInfo" Type="graph.connectionInfo" Nullable="false" /> |
| 30219 | + <Property Name="connectorType" Type="graph.connectorType" Nullable="false" /> |
| 30220 | + <Property Name="createdBy" Type="Edm.String" /> |
| 30221 | + <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
| 30222 | + <Property Name="description" Type="Edm.String" /> |
| 30223 | + <Property Name="displayName" Type="Edm.String" /> |
| 30224 | + <Property Name="modifiedBy" Type="Edm.String" /> |
| 30225 | + <Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" /> |
| 30226 | + </EntityType> |
30186 | 30227 | <EntityType Name="externalProfile" BaseType="graph.directoryObject" OpenType="true"> |
30187 | 30228 | <Property Name="address" Type="graph.physicalOfficeAddress" /> |
30188 | 30229 | <Property Name="companyName" Type="Edm.String" /> |
|
55639 | 55680 | <Member Name="dateTimeCollection" Value="8" /> |
55640 | 55681 | <Member Name="unknownFutureValue" Value="9" /> |
55641 | 55682 | <Member Name="principal" Value="10" /> |
| 55683 | + <Member Name="principalCollection" Value="11" /> |
55642 | 55684 | </EnumType> |
55643 | 55685 | <EnumType Name="ruleOperation"> |
55644 | 55686 | <Member Name="null" Value="0" /> |
@@ -114521,6 +114563,7 @@ |
114521 | 114563 | <Property Name="incidentWebUrl" Type="Edm.String" /> |
114522 | 114564 | <Property Name="lastModifiedBy" Type="Edm.String" /> |
114523 | 114565 | <Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
| 114566 | + <Property Name="priorityScore" Type="Edm.Int32" /> |
114524 | 114567 | <Property Name="recommendedActions" Type="Edm.String" /> |
114525 | 114568 | <Property Name="recommendedHuntingQueries" Type="Collection(self.recommendedHuntingQuery)" /> |
114526 | 114569 | <Property Name="redirectIncidentId" Type="Edm.String" /> |
|
0 commit comments