Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,680 changes: 1,566 additions & 114 deletions schemas/beta-Prod.csdl

Large diffs are not rendered by default.

172 changes: 166 additions & 6 deletions schemas/beta-USNat.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -11717,6 +11717,7 @@
<Property Name="identities" Type="Collection(graph.objectIdentity)" />
<Property Name="identityParentId" Type="Edm.String" />
<Property Name="imAddresses" Type="Collection(Edm.String)" />
<Property Name="infoCatalogs" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="interests" Type="Collection(Edm.String)" />
<Property Name="isManagementRestricted" Type="Edm.Boolean" />
<Property Name="isResourceAccount" Type="Edm.Boolean" />
Expand Down Expand Up @@ -21359,6 +21360,81 @@
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.security.ediscoveryExportOperation/azureBlobContainer">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
<PropertyValue Property="Date" Date="2023-01-19" />
<PropertyValue Property="Description" String="The azureBlobContainer will be deprecated on April 30, 2023." />
<PropertyValue Property="Kind">
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
</PropertyValue>
<PropertyValue Property="RemovalDate" Date="2023-04-30" />
<PropertyValue Property="Version" String="2023-01/azureBlobContainer" />
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.security.ediscoveryExportOperation/azureBlobToken">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
<PropertyValue Property="Date" Date="2023-01-19" />
<PropertyValue Property="Description" String="The azureBlobToken will be deprecated on April 30, 2023." />
<PropertyValue Property="Kind">
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
</PropertyValue>
<PropertyValue Property="RemovalDate" Date="2023-04-30" />
<PropertyValue Property="Version" String="2023-01/azureBlobToken" />
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.security.ediscoveryExportOperation/outputFolderId">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
<PropertyValue Property="Date" Date="2023-01-19" />
<PropertyValue Property="Description" String="The outputFolderId will be deprecated on April 30, 2023." />
<PropertyValue Property="Kind">
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
</PropertyValue>
<PropertyValue Property="RemovalDate" Date="2023-04-30" />
<PropertyValue Property="Version" String="2023-01/outputFolderId" />
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.security.exportOptions/fileInfo">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
<PropertyValue Property="Date" Date="2023-01-19" />
<PropertyValue Property="Description" String="The fileInfo will be deprecated on April 30, 2023." />
<PropertyValue Property="Kind">
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
</PropertyValue>
<PropertyValue Property="RemovalDate" Date="2023-04-30" />
<PropertyValue Property="Version" String="2023-01/fileInfo" />
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.security.getDownloadUrl(microsoft.graph.security.ediscoveryExportOperation)">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
<PropertyValue Property="Date" Date="2023-01-19" />
<PropertyValue Property="Description" String="The getDownloadUrl endpoint will be deprecated on April 30, 2023. Please use exportFilesMetadata API instead." />
<PropertyValue Property="Kind">
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
</PropertyValue>
<PropertyValue Property="RemovalDate" Date="2023-04-30" />
<PropertyValue Property="Version" String="2023-01/getDownloadUrl" />
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.security.incident">
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
<Record>
Expand Down Expand Up @@ -22555,12 +22631,13 @@
<Member Name="originalFiles" Value="1" />
<Member Name="text" Value="2" />
<Member Name="pdfReplacement" Value="4" />
<Member Name="fileInfo" Value="8" />
<Member Name="tags" Value="16" />
<Member Name="unknownFutureValue" Value="32" />
<Member Name="splitSource" Value="64" />
<Member Name="includeFolderAndPath" Value="128" />
<Member Name="friendlyName" Value="256" />
<Member Name="condensePaths" Value="512" />
<Member Name="unknownFutureValue" Value="64" />
<Member Name="splitSource" Value="128" />
<Member Name="includeFolderAndPath" Value="256" />
<Member Name="friendlyName" Value="512" />
<Member Name="condensePaths" Value="1024" />
</EnumType>
<EnumType Name="fileEntityIdentifier" IsFlags="true">
<Member Name="sha1" Value="1" />
Expand All @@ -22577,6 +22654,27 @@
<Member Name="sha256ac" Value="4" />
<Member Name="unknownFutureValue" Value="5" />
</EnumType>
<EnumType Name="fileProcessingStatus">
<Member Name="success" Value="0" />
<Member Name="internalError" Value="1" />
<Member Name="unknownError" Value="2" />
<Member Name="processingTimeout" Value="3" />
<Member Name="invalidFileId" Value="4" />
<Member Name="fileSizeIsZero" Value="5" />
<Member Name="fileSizeIsTooLarge" Value="6" />
<Member Name="fileDepthLimitExceeded" Value="7" />
<Member Name="fileBodyIsTooLong" Value="8" />
<Member Name="fileTypeIsUnknown" Value="9" />
<Member Name="fileTypeIsNotSupported" Value="10" />
<Member Name="malformedFile" Value="11" />
<Member Name="protectedFile" Value="12" />
<Member Name="poisonFile" Value="13" />
<Member Name="noReviewSetSummaryGenerated" Value="14" />
<Member Name="extractionException" Value="15" />
<Member Name="ocrProcessingTimeout" Value="16" />
<Member Name="ocrFileSizeExceedsLimit" Value="17" />
<Member Name="unknownFutureValue" Value="18" />
</EnumType>
<EnumType Name="forceUserPasswordResetEntityIdentifier" IsFlags="true">
<Member Name="accountSid" Value="1" />
<Member Name="initiatingProcessAccountSid" Value="2" />
Expand Down Expand Up @@ -22685,6 +22783,12 @@
<Member Name="unsupported" Value="3" />
<Member Name="unknownFutureValue" Value="31" />
</EnumType>
<EnumType Name="policyStatus">
<Member Name="pending" Value="0" />
<Member Name="error" Value="1" />
<Member Name="success" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="protocolType">
<Member Name="tcp" Value="0" />
<Member Name="udp" Value="1" />
Expand Down Expand Up @@ -23493,6 +23597,7 @@
<Property Name="externalId" Type="Edm.String" />
<NavigationProperty Name="caseMembers" Type="Collection(microsoft.graph.security.ediscoveryCaseMember)" ContainsTarget="true" />
<NavigationProperty Name="custodians" Type="Collection(microsoft.graph.security.ediscoveryCustodian)" ContainsTarget="true" />
<NavigationProperty Name="legalHolds" Type="Collection(microsoft.graph.security.ediscoveryHoldPolicy)" ContainsTarget="true" />
<NavigationProperty Name="noncustodialDataSources" Type="Collection(microsoft.graph.security.ediscoveryNoncustodialDataSource)" ContainsTarget="true" />
<NavigationProperty Name="operations" Type="Collection(microsoft.graph.security.caseOperation)" ContainsTarget="true" />
<NavigationProperty Name="reviewSets" Type="Collection(microsoft.graph.security.ediscoveryReviewSet)" ContainsTarget="true" />
Expand Down Expand Up @@ -23532,15 +23637,29 @@
<NavigationProperty Name="search" Type="microsoft.graph.security.ediscoverySearch" />
</EntityType>
<EntityType Name="ediscoveryExportOperation" BaseType="microsoft.graph.security.caseOperation">
<Property Name="azureBlobContainer" Type="Edm.String" />
<Property Name="azureBlobToken" Type="Edm.String" />
<Property Name="description" Type="Edm.String" />
<Property Name="exportFileMetadata" Type="Collection(microsoft.graph.security.exportFileMetadata)" />
<Property Name="exportOptions" Type="microsoft.graph.security.exportOptions" />
<Property Name="exportStructure" Type="microsoft.graph.security.exportFileStructure" />
<Property Name="outputFolderId" Type="Edm.String" />
<Property Name="outputName" Type="Edm.String" />
<NavigationProperty Name="reviewSet" Type="microsoft.graph.security.ediscoveryReviewSet" />
<NavigationProperty Name="reviewSetQuery" Type="microsoft.graph.security.ediscoveryReviewSetQuery" />
</EntityType>
<EntityType Name="ediscoveryFile" BaseType="microsoft.graph.security.file">
<NavigationProperty Name="custodian" Type="microsoft.graph.security.ediscoveryCustodian" />
<NavigationProperty Name="tags" Type="Collection(microsoft.graph.security.ediscoveryReviewTag)" />
</EntityType>
<EntityType Name="ediscoveryHoldOperation" BaseType="microsoft.graph.security.caseOperation" />
<EntityType Name="ediscoveryHoldPolicy" BaseType="microsoft.graph.security.policyBase">
<Property Name="contentQuery" Type="Edm.String" />
<Property Name="errors" Type="Collection(Edm.String)" />
<Property Name="isEnabled" Type="Edm.Boolean" />
<NavigationProperty Name="siteSources" Type="Collection(microsoft.graph.security.siteSource)" ContainsTarget="true" />
<NavigationProperty Name="userSources" Type="Collection(microsoft.graph.security.userSource)" ContainsTarget="true" />
</EntityType>
<EntityType Name="ediscoveryHoldPolicySyncOperation" BaseType="microsoft.graph.security.caseOperation">
<Property Name="reportFileMetadata" Type="Collection(microsoft.graph.security.reportFileMetadata)" />
</EntityType>
Expand All @@ -23549,8 +23668,11 @@
<NavigationProperty Name="dataSource" Type="microsoft.graph.security.dataSource" ContainsTarget="true" />
<NavigationProperty Name="lastIndexOperation" Type="microsoft.graph.security.ediscoveryIndexOperation" />
</EntityType>
<EntityType Name="ediscoveryPurgeDataOperation" BaseType="microsoft.graph.security.caseOperation" />
<EntityType Name="ediscoveryPurgeDataOperation" BaseType="microsoft.graph.security.caseOperation">
<Property Name="reportFileMetadata" Type="Collection(microsoft.graph.security.reportFileMetadata)" />
</EntityType>
<EntityType Name="ediscoveryReviewSet" BaseType="microsoft.graph.security.dataSet">
<NavigationProperty Name="files" Type="Collection(microsoft.graph.security.ediscoveryFile)" ContainsTarget="true" />
<NavigationProperty Name="queries" Type="Collection(microsoft.graph.security.ediscoveryReviewSetQuery)" ContainsTarget="true" />
</EntityType>
<EntityType Name="ediscoveryReviewSetQuery" BaseType="microsoft.graph.security.search" />
Expand Down Expand Up @@ -23581,6 +23703,20 @@
<NavigationProperty Name="search" Type="microsoft.graph.security.ediscoverySearch" />
</EntityType>
<EntityType Name="ediscoveryTagOperation" BaseType="microsoft.graph.security.caseOperation" />
<EntityType Name="file" BaseType="graph.entity">
<Property Name="content" Type="Edm.Stream" />
<Property Name="dateTime" Type="Edm.DateTimeOffset" />
<Property Name="extension" Type="Edm.String" />
<Property Name="extractedTextContent" Type="Edm.Stream" />
<Property Name="mediaType" Type="Edm.String" />
<Property Name="name" Type="Edm.String" />
<Property Name="otherProperties" Type="microsoft.graph.security.stringValueDictionary" />
<Property Name="processingStatus" Type="microsoft.graph.security.fileProcessingStatus" />
<Property Name="senderOrAuthors" Type="Collection(Edm.String)" />
<Property Name="size" Type="Edm.Int64" />
<Property Name="sourceType" Type="microsoft.graph.security.sourceType" />
<Property Name="subjectTitle" Type="Edm.String" />
</EntityType>
<EntityType Name="incident" BaseType="graph.entity">
<Property Name="assignedTo" Type="Edm.String" />
<Property Name="classification" Type="microsoft.graph.security.alertClassification" />
Expand All @@ -23604,6 +23740,15 @@
<Property Name="tenantId" Type="Edm.String" />
<NavigationProperty Name="alerts" Type="Collection(microsoft.graph.security.alert)" />
</EntityType>
<EntityType Name="policyBase" BaseType="graph.entity" Abstract="true">
<Property Name="createdBy" Type="graph.identitySet" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="description" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
<Property Name="lastModifiedBy" Type="graph.identitySet" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="status" Type="microsoft.graph.security.policyStatus" />
</EntityType>
<EntityType Name="protectionRule" BaseType="graph.entity" Abstract="true">
<Property Name="createdBy" Type="Edm.String" Nullable="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
Expand Down Expand Up @@ -23683,13 +23828,17 @@
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryReviewSet" />
<Parameter Name="outputName" Type="Edm.String" Unicode="false" />
<Parameter Name="description" Type="Edm.String" Unicode="false" />
<Parameter Name="azureBlobContainer" Type="Edm.String" Unicode="false" />
<Parameter Name="azureBlobToken" Type="Edm.String" Unicode="false" />
<Parameter Name="exportOptions" Type="microsoft.graph.security.exportOptions" />
<Parameter Name="exportStructure" Type="microsoft.graph.security.exportFileStructure" />
</Action>
<Action Name="export" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryReviewSetQuery" />
<Parameter Name="outputName" Type="Edm.String" Unicode="false" />
<Parameter Name="description" Type="Edm.String" Unicode="false" />
<Parameter Name="azureBlobContainer" Type="Edm.String" Unicode="false" />
<Parameter Name="azureBlobToken" Type="Edm.String" Unicode="false" />
<Parameter Name="exportOptions" Type="microsoft.graph.security.exportOptions" />
<Parameter Name="exportStructure" Type="microsoft.graph.security.exportFileStructure" />
</Action>
Expand Down Expand Up @@ -23775,6 +23924,9 @@
<Action Name="resetToDefault" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryCaseSettings" />
</Action>
<Action Name="retryPolicy" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryHoldPolicy" />
</Action>
<Action Name="runHuntingQuery" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.security" />
<Parameter Name="query" Type="Edm.String" Unicode="false" />
Expand All @@ -23793,6 +23945,14 @@
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.security.ediscoveryReviewTag)" />
<ReturnType Type="Collection(microsoft.graph.security.ediscoveryReviewTag)" />
</Function>
<Function Name="getDownloadUrl" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryExportOperation" />
<ReturnType Type="Edm.String" Unicode="false" />
</Function>
<Function Name="run" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryReviewSetQuery" />
<ReturnType Type="Collection(microsoft.graph.security.ediscoveryFile)" />
</Function>
</Schema>
<Schema Namespace="microsoft.graph.termStore" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<EnumType Name="relationType">
Expand Down
Loading
Loading