|
3518 | 3518 | <Property Name="code" Type="Edm.String" /> |
3519 | 3519 | <Property Name="errorDateTime" Type="Edm.DateTimeOffset" /> |
3520 | 3520 | </ComplexType> |
| 3521 | + <ComplexType Name="classificationLimit"> |
| 3522 | + <Property Name="allowedLimit" Type="Edm.Int32" /> |
| 3523 | + <Property Name="code" Type="Edm.String" /> |
| 3524 | + <Property Name="impactedSensitiveTypeIds" Type="Collection(Edm.String)" Nullable="false" /> |
| 3525 | + </ComplexType> |
3521 | 3526 | <ComplexType Name="cloudAppSecuritySessionControl" BaseType="graph.conditionalAccessSessionControl"> |
3522 | 3527 | <Property Name="cloudAppSecurityType" Type="graph.cloudAppSecuritySessionControlType" /> |
3523 | 3528 | </ComplexType> |
|
3963 | 3968 | <Property Name="restrictionAction" Type="graph.restrictionAction" /> |
3964 | 3969 | <Property Name="triggers" Type="Collection(graph.restrictionTrigger)" /> |
3965 | 3970 | </ComplexType> |
| 3971 | + <ComplexType Name="diagnosticMetadata" /> |
3966 | 3972 | <ComplexType Name="Dictionary" OpenType="true" /> |
3967 | 3973 | <ComplexType Name="directorySizeQuota"> |
3968 | 3974 | <Property Name="total" Type="Edm.Int32" /> |
|
4134 | 4140 | <Property Name="discoveredSensitiveTypes" Type="Collection(graph.discoveredSensitiveType)" /> |
4135 | 4141 | </ComplexType> |
4136 | 4142 | <ComplexType Name="eventMessageDetail" Abstract="true" /> |
| 4143 | + <ComplexType Name="exactDataMatchStoreColumn"> |
| 4144 | + <Property Name="ignoredDelimiters" Type="Collection(Edm.String)" /> |
| 4145 | + <Property Name="isCaseInsensitive" Type="Edm.Boolean" /> |
| 4146 | + <Property Name="isSearchable" Type="Edm.Boolean" /> |
| 4147 | + <Property Name="name" Type="Edm.String" /> |
| 4148 | + </ComplexType> |
4137 | 4149 | <ComplexType Name="exactMatchClassificationRequest"> |
4138 | 4150 | <Property Name="contentClassifications" Type="Collection(graph.contentClassification)" /> |
4139 | 4151 | <Property Name="sensitiveTypeIds" Type="Collection(Edm.String)" /> |
|
4145 | 4157 | <Property Name="errors" Type="Collection(graph.classificationError)" /> |
4146 | 4158 | </ComplexType> |
4147 | 4159 | <ComplexType Name="exactMatchDetectedSensitiveContent" BaseType="graph.detectedSensitiveContentBase" /> |
| 4160 | + <ComplexType Name="exactMatchDiagnostic"> |
| 4161 | + <Property Name="classificationId" Type="Edm.Guid" Nullable="false" /> |
| 4162 | + <Property Name="classificationLimits" Type="Collection(graph.classificationLimit)" Nullable="false" /> |
| 4163 | + <Property Name="unmatchedItems" Type="Collection(graph.unmatched)" Nullable="false" /> |
| 4164 | + </ComplexType> |
4148 | 4165 | <ComplexType Name="excludeTarget"> |
4149 | 4166 | <Property Name="id" Type="Edm.String" Nullable="false" /> |
4150 | 4167 | <Property Name="targetType" Type="graph.authenticationMethodTargetType" Nullable="false" /> |
|
6578 | 6595 | <Property Name="condition" Type="Edm.String" /> |
6579 | 6596 | <Property Name="excludedResourceActions" Type="Collection(Edm.String)" /> |
6580 | 6597 | </ComplexType> |
| 6598 | + <ComplexType Name="unmatched"> |
| 6599 | + <Property Name="code" Type="Edm.String" /> |
| 6600 | + <Property Name="corroborativeEvidences" Type="Collection(Edm.String)" Nullable="false" /> |
| 6601 | + <Property Name="idMatch" Type="Edm.String" /> |
| 6602 | + <Property Name="length" Type="Edm.Int32" /> |
| 6603 | + <Property Name="offset" Type="Edm.Int32" /> |
| 6604 | + </ComplexType> |
6581 | 6605 | <ComplexType Name="unrestrictedAudience" BaseType="graph.signInAudienceRestrictionsBase" /> |
6582 | 6606 | <ComplexType Name="updateAllowedCombinationsResult"> |
6583 | 6607 | <Property Name="additionalInformation" Type="Edm.String" /> |
|
8613 | 8637 | <Property Name="proposedNewTime" Type="graph.timeSlot" /> |
8614 | 8638 | <Property Name="responseType" Type="graph.responseType" /> |
8615 | 8639 | </EntityType> |
8616 | | - <EntityType Name="exactMatchDataStore" BaseType="graph.entity"> |
| 8640 | + <EntityType Name="exactMatchDataStore" BaseType="graph.exactMatchDataStoreBase"> |
| 8641 | + <NavigationProperty Name="sessions" Type="Collection(graph.exactMatchSession)" ContainsTarget="true" /> |
| 8642 | + </EntityType> |
| 8643 | + <EntityType Name="exactMatchDataStoreBase" BaseType="graph.entity"> |
| 8644 | + <Property Name="columns" Type="Collection(graph.exactDataMatchStoreColumn)" /> |
8617 | 8645 | <Property Name="dataLastUpdatedDateTime" Type="Edm.DateTimeOffset" /> |
8618 | 8646 | <Property Name="description" Type="Edm.String" /> |
8619 | 8647 | <Property Name="displayName" Type="Edm.String" /> |
8620 | | - <NavigationProperty Name="sessions" Type="Collection(graph.exactMatchSession)" ContainsTarget="true" /> |
8621 | 8648 | </EntityType> |
8622 | 8649 | <EntityType Name="exactMatchJobBase" BaseType="graph.entity" Abstract="true"> |
8623 | 8650 | <Property Name="completionDateTime" Type="Edm.DateTimeOffset" /> |
|
8630 | 8657 | <Property Name="state" Type="Edm.String" /> |
8631 | 8658 | <NavigationProperty Name="matchingRows" Type="Collection(graph.lookupResultRow)" ContainsTarget="true" /> |
8632 | 8659 | </EntityType> |
8633 | | - <EntityType Name="exactMatchSession" BaseType="graph.exactMatchJobBase"> |
| 8660 | + <EntityType Name="exactMatchSession" BaseType="graph.exactMatchSessionBase"> |
8634 | 8661 | <Property Name="checksum" Type="Edm.String" /> |
8635 | | - <Property Name="datastoreId" Type="Edm.String" /> |
8636 | 8662 | <Property Name="dataUploadURI" Type="Edm.String" /> |
8637 | 8663 | <Property Name="fields" Type="Collection(Edm.String)" /> |
8638 | 8664 | <Property Name="fileName" Type="Edm.String" /> |
| 8665 | + <Property Name="rowsPerBlock" Type="Edm.Int32" /> |
| 8666 | + <Property Name="salt" Type="Edm.String" /> |
| 8667 | + <Property Name="uploadAgentId" Type="Edm.String" /> |
| 8668 | + <NavigationProperty Name="uploadAgent" Type="graph.exactMatchUploadAgent" ContainsTarget="true" /> |
| 8669 | + </EntityType> |
| 8670 | + <EntityType Name="exactMatchSessionBase" BaseType="graph.exactMatchJobBase"> |
| 8671 | + <Property Name="dataStoreId" Type="Edm.String" /> |
8639 | 8672 | <Property Name="processingCompletionDateTime" Type="Edm.DateTimeOffset" /> |
8640 | 8673 | <Property Name="remainingBlockCount" Type="Edm.Int32" /> |
8641 | 8674 | <Property Name="remainingJobCount" Type="Edm.Int32" /> |
8642 | | - <Property Name="rowsPerBlock" Type="Edm.Int32" /> |
8643 | | - <Property Name="salt" Type="Edm.String" /> |
8644 | 8675 | <Property Name="state" Type="Edm.String" /> |
8645 | 8676 | <Property Name="totalBlockCount" Type="Edm.Int32" /> |
8646 | 8677 | <Property Name="totalJobCount" Type="Edm.Int32" /> |
8647 | | - <Property Name="uploadAgentId" Type="Edm.String" /> |
8648 | 8678 | <Property Name="uploadCompletionDateTime" Type="Edm.DateTimeOffset" /> |
8649 | | - <NavigationProperty Name="uploadAgent" Type="graph.exactMatchUploadAgent" ContainsTarget="true" /> |
8650 | 8679 | </EntityType> |
8651 | 8680 | <EntityType Name="exactMatchUploadAgent" BaseType="graph.entity"> |
8652 | 8681 | <Property Name="creationDateTime" Type="Edm.DateTimeOffset" /> |
|
0 commit comments