Skip to content

Commit

Permalink
Merge pull request #558 from microsoftgraph/schemas/metadata-publishi…
Browse files Browse the repository at this point in the history
…ng-2024-01-19

Schema sync 2024-01-19 from 1.3.261.0
  • Loading branch information
andrueastman authored Jan 19, 2024
2 parents 850c985 + f86431a commit aa1a2b5
Show file tree
Hide file tree
Showing 2 changed files with 392 additions and 0 deletions.
196 changes: 196 additions & 0 deletions schemas/annotated-beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -29499,6 +29499,7 @@
<NavigationProperty Name="auditLog" Type="self.auditCoreRoot" ContainsTarget="true" />
<NavigationProperty Name="cases" Type="self.casesRoot" ContainsTarget="true" />
<NavigationProperty Name="cloudAppSecurityProfiles" Type="Collection(graph.cloudAppSecurityProfile)" ContainsTarget="true" />
<NavigationProperty Name="collaboration" Type="self.collaborationRoot" ContainsTarget="true" />
<NavigationProperty Name="domainSecurityProfiles" Type="Collection(graph.domainSecurityProfile)" ContainsTarget="true" />
<NavigationProperty Name="fileSecurityProfiles" Type="Collection(graph.fileSecurityProfile)" ContainsTarget="true" />
<NavigationProperty Name="hostSecurityProfiles" Type="Collection(graph.hostSecurityProfile)" ContainsTarget="true" />
Expand Down Expand Up @@ -72324,6 +72325,36 @@
<Annotations Target="microsoft.graph.ndesConnectorState/none">
<Annotation Term="Org.OData.Core.V1.Description" String="State not available yet for this connector." />
</Annotations>
<Annotations Target="microsoft.graph.networkaccess.branchConnectivityConfiguration">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
<PropertyValue Property="Date" Date="2023-12-19" />
<PropertyValue Property="Description" String="The Branch Connectivity API is deprecated and will stop returning data on January 20, 2024. Please use the new Remote Network Connectivity API." />
<PropertyValue Property="Kind">
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
</PropertyValue>
<PropertyValue Property="RemovalDate" Date="2024-01-20" />
<PropertyValue Property="Version" String="2022-06/PrivatePreview:NetworkAccess" />
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.networkaccess.branchSite">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
<PropertyValue Property="Date" Date="2023-12-19" />
<PropertyValue Property="Description" String="The Branches API is deprecated and will stop returning data on January 20, 2024. Please use the new Remote Network API." />
<PropertyValue Property="Kind">
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
</PropertyValue>
<PropertyValue Property="RemovalDate" Date="2024-01-20" />
<PropertyValue Property="Version" String="2022-06/PrivatePreview:NetworkAccess" />
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.networkSingleSignOnType">
<Annotation Term="Org.OData.Core.V1.Description" String="Wi-Fi Network Single Sign On Type Settings." />
</Annotations>
Expand Down Expand Up @@ -90366,6 +90397,7 @@
<EntityType Name="connectivity" BaseType="graph.entity">
<Property Name="webCategories" Type="Collection(microsoft.graph.networkaccess.webCategory)" />
<NavigationProperty Name="branches" Type="Collection(microsoft.graph.networkaccess.branchSite)" ContainsTarget="true" />
<NavigationProperty Name="remoteNetworks" Type="Collection(microsoft.graph.networkaccess.remoteNetwork)" ContainsTarget="true" />
</EntityType>
<EntityType Name="connectivityConfigurationLink" BaseType="graph.entity">
<Property Name="displayName" Type="Edm.String" Nullable="false" />
Expand Down Expand Up @@ -90510,6 +90542,26 @@
<Property Name="version" Type="Edm.String" Nullable="false" />
<NavigationProperty Name="policies" Type="Collection(microsoft.graph.networkaccess.policyLink)" ContainsTarget="true" />
</EntityType>
<EntityType Name="remoteNetwork" BaseType="graph.entity">
<Property Name="bandwidthCapacity" Type="Edm.Int64" />
<Property Name="connectivityState" Type="microsoft.graph.networkaccess.connectivityState" />
<Property Name="country" Type="Edm.String" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="name" Type="Edm.String" Nullable="false" />
<Property Name="region" Type="microsoft.graph.networkaccess.region" Nullable="false" />
<Property Name="version" Type="Edm.String" Nullable="false" />
<NavigationProperty Name="connectivityConfiguration" Type="microsoft.graph.networkaccess.remoteNetworkConnectivityConfiguration" ContainsTarget="true" />
<NavigationProperty Name="deviceLinks" Type="Collection(microsoft.graph.networkaccess.deviceLink)" ContainsTarget="true" />
<NavigationProperty Name="forwardingProfiles" Type="Collection(microsoft.graph.networkaccess.forwardingProfile)" ContainsTarget="true" />
</EntityType>
<EntityType Name="remoteNetworkConnectivityConfiguration">
<Key>
<PropertyRef Name="remoteNetworkId" />
</Key>
<Property Name="remoteNetworkId" Type="Edm.String" Nullable="false" />
<Property Name="remoteNetworkName" Type="Edm.String" Nullable="false" />
<NavigationProperty Name="links" Type="Collection(microsoft.graph.networkaccess.connectivityConfigurationLink)" ContainsTarget="true" />
</EntityType>
<EntityType Name="remoteNetworkHealthEvent" BaseType="graph.entity" Abstract="true">
<Property Name="bgpRoutesAdvertisedCount" Type="Edm.Int32" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
Expand Down Expand Up @@ -90806,6 +90858,13 @@
<Member Name="resolved" Value="8" />
<Member Name="unknownFutureValue" Value="31" />
</EnumType>
<EnumType Name="antispamDirectionality">
<Member Name="unknown" Value="0" />
<Member Name="inbound" Value="1" />
<Member Name="outbound" Value="2" />
<Member Name="intraOrg" Value="3" />
<Member Name="unknownFutureValue" Value="127" />
</EnumType>
<EnumType Name="assignmentMethod">
<Member Name="standard" Value="0" />
<Member Name="privileged" Value="1" />
Expand Down Expand Up @@ -91188,6 +91247,26 @@
<Member Name="notSupported" Value="1000" />
<Member Name="unknownFutureValue" Value="1023" />
</EnumType>
<EnumType Name="deliveryAction">
<Member Name="unknown" Value="0" />
<Member Name="deliveredToJunk" Value="1" />
<Member Name="delivered" Value="2" />
<Member Name="blocked" Value="3" />
<Member Name="replaced" Value="4" />
<Member Name="unknownFutureValue" Value="127" />
</EnumType>
<EnumType Name="deliveryLocation">
<Member Name="unknown" Value="0" />
<Member Name="inbox_folder" Value="1" />
<Member Name="junkFolder" Value="2" />
<Member Name="deletedFolder" Value="3" />
<Member Name="quarantine" Value="4" />
<Member Name="onprem_external" Value="5" />
<Member Name="failed" Value="6" />
<Member Name="dropped" Value="7" />
<Member Name="others" Value="10" />
<Member Name="unknownFutureValue" Value="127" />
</EnumType>
<EnumType Name="detectionSource">
<Member Name="unknown" Value="0" />
<Member Name="microsoftDefenderForEndpoint" Value="1" />
Expand Down Expand Up @@ -91550,6 +91629,20 @@
<Member Name="messages" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="remediationAction">
<Member Name="moveToJunk" Value="1" />
<Member Name="moveToInbox" Value="2" />
<Member Name="hardDelete" Value="5" />
<Member Name="softDelete" Value="6" />
<Member Name="moveToDeletedItems" Value="7" />
<Member Name="unknownFutureValue" Value="127" />
</EnumType>
<EnumType Name="remediationSeverity">
<Member Name="low" Value="1" />
<Member Name="medium" Value="2" />
<Member Name="high" Value="3" />
<Member Name="unknownFutureValue" Value="127" />
</EnumType>
<EnumType Name="retentionTrigger">
<Member Name="dateLabeled" Value="0" />
<Member Name="dateCreated" Value="1" />
Expand Down Expand Up @@ -91697,6 +91790,14 @@
<Member Name="recipient" Value="3" />
<Member Name="unknownFutureValue" Value="4" />
</EnumType>
<EnumType Name="threatType">
<Member Name="unknown" Value="0" />
<Member Name="spam" Value="1" />
<Member Name="malware" Value="2" />
<Member Name="phishing" Value="3" />
<Member Name="none" Value="4" />
<Member Name="unknownFutureValue" Value="127" />
</EnumType>
<EnumType Name="userAssetIdentifier">
<Member Name="accountObjectId" Value="0" />
<Member Name="accountSid" Value="1" />
Expand Down Expand Up @@ -91823,6 +91924,39 @@
<Property Name="resourceName" Type="Edm.String" />
<Property Name="resourceType" Type="Edm.String" />
</ComplexType>
<ComplexType Name="analyzedEmailAttachment">
<Property Name="detonationDetails" Type="self.detonationDetails" />
<Property Name="fileName" Type="Edm.String" />
<Property Name="fileType" Type="Edm.String" />
<Property Name="sha256" Type="Edm.String" />
<Property Name="threatName" Type="Edm.String" />
<Property Name="threatType" Type="self.threatType" />
</ComplexType>
<ComplexType Name="analyzedEmailAuthenticationDetail">
<Property Name="compositeAuthentication" Type="Edm.String" />
<Property Name="dkim" Type="Edm.String" />
<Property Name="dmarc" Type="Edm.String" />
<Property Name="senderPolicyFramework" Type="Edm.String" />
</ComplexType>
<ComplexType Name="analyzedEmailDeliveryDetail">
<Property Name="action" Type="self.deliveryAction" />
<Property Name="location" Type="self.deliveryLocation" />
</ComplexType>
<ComplexType Name="analyzedEmailExchangeTransportRuleInfo">
<Property Name="name" Type="Edm.String" />
<Property Name="ruleId" Type="Edm.String" />
</ComplexType>
<ComplexType Name="analyzedEmailSenderDetail">
<Property Name="fromAddress" Type="Edm.String" />
<Property Name="ipv4" Type="Edm.String" />
<Property Name="mailFromAddress" Type="Edm.String" />
</ComplexType>
<ComplexType Name="analyzedEmailUrl">
<Property Name="detectionMethod" Type="Edm.String" />
<Property Name="detonationDetails" Type="self.detonationDetails" />
<Property Name="threatType" Type="self.threatType" />
<Property Name="url" Type="Edm.String" />
</ComplexType>
<ComplexType Name="analyzedMessageEvidence" BaseType="self.alertEvidence">
<Property Name="antiSpamDirection" Type="Edm.String" />
<Property Name="attachmentsCount" Type="Edm.Int64" />
Expand Down Expand Up @@ -91957,6 +92091,22 @@
<Property Name="organizationalScope" Type="self.organizationalScope" />
<Property Name="responseActions" Type="Collection(self.responseAction)" />
</ComplexType>
<ComplexType Name="detonationChain">
<Property Name="childNodes" Type="Collection(self.detonationChain)" />
<Property Name="value" Type="Edm.String" />
</ComplexType>
<ComplexType Name="detonationDetails">
<Property Name="analysisDateTime" Type="Edm.DateTimeOffset" />
<Property Name="detonationChain" Type="self.detonationChain" />
<Property Name="detonationObservables" Type="self.detonationObservables" />
<Property Name="detonationVerdict" Type="Edm.String" />
<Property Name="detonationVerdictReason" Type="Edm.String" />
</ComplexType>
<ComplexType Name="detonationObservables">
<Property Name="contactedIps" Type="Collection(Edm.String)" />
<Property Name="contactedUrls" Type="Collection(Edm.String)" />
<Property Name="droppedfiles" Type="Collection(Edm.String)" />
</ComplexType>
<ComplexType Name="deviceEvidence" BaseType="self.alertEvidence">
<Property Name="azureAdDeviceId" Type="Edm.String" />
<Property Name="defenderAvStatus" Type="self.defenderAvStatus" />
Expand Down Expand Up @@ -92548,6 +92698,38 @@
<Property Name="threatFamilyName" Type="Edm.String" />
<Property Name="title" Type="Edm.String" />
</EntityType>
<EntityType Name="analyzedEmail" BaseType="graph.entity">
<Property Name="alertIds" Type="Collection(Edm.String)" />
<Property Name="attachments" Type="Collection(self.analyzedEmailAttachment)" />
<Property Name="attachmentsCount" Type="Edm.Int32" />
<Property Name="authenticationDetails" Type="self.analyzedEmailAuthenticationDetail" />
<Property Name="bulkComplaintLevel" Type="Edm.String" />
<Property Name="contexts" Type="Collection(Edm.String)" />
<Property Name="detectionMethods" Type="Collection(Edm.String)" />
<Property Name="directionality" Type="self.antispamDirectionality" />
<Property Name="distributionList" Type="Edm.String" />
<Property Name="emailClusterId" Type="Edm.String" />
<Property Name="exchangeTransportRules" Type="Collection(self.analyzedEmailExchangeTransportRuleInfo)" />
<Property Name="internetMessageId" Type="Edm.String" />
<Property Name="language" Type="Edm.String" />
<Property Name="latestDelivery" Type="self.analyzedEmailDeliveryDetail" />
<Property Name="loggedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="networkMessageId" Type="Edm.String" />
<Property Name="originalDelivery" Type="self.analyzedEmailDeliveryDetail" />
<Property Name="overrideSources" Type="Collection(Edm.String)" />
<Property Name="phishConfidenceLevel" Type="Edm.String" />
<Property Name="policy" Type="Edm.String" />
<Property Name="policyAction" Type="Edm.String" />
<Property Name="recipientEmailAddresses" Type="Collection(Edm.String)" />
<Property Name="returnPath" Type="Edm.String" />
<Property Name="senderDetail" Type="self.analyzedEmailSenderDetail" />
<Property Name="sizeInBytes" Type="Edm.Int32" />
<Property Name="spamConfidenceLevel" Type="Edm.String" />
<Property Name="subject" Type="Edm.String" />
<Property Name="threatType" Type="self.threatType" />
<Property Name="urls" Type="Collection(self.analyzedEmailUrl)" />
<Property Name="urlsCount" Type="Edm.Int32" />
</EntityType>
<EntityType Name="article" BaseType="graph.entity">
<Property Name="body" Type="self.formattedContent" Nullable="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
Expand Down Expand Up @@ -92621,6 +92803,9 @@
<Property Name="citationJurisdiction" Type="Edm.String" />
<Property Name="citationUrl" Type="Edm.String" />
</EntityType>
<EntityType Name="collaborationRoot" BaseType="graph.entity" Abstract="true">
<NavigationProperty Name="analyzedEmails" Type="Collection(self.analyzedEmail)" ContainsTarget="true" />
</EntityType>
<EntityType Name="dataSet" BaseType="graph.entity" Abstract="true">
<Property Name="createdBy" Type="graph.identitySet" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
Expand Down Expand Up @@ -93295,6 +93480,16 @@
<Action Name="release" IsBound="true">
<Parameter Name="bindingParameter" Type="self.ediscoveryNoncustodialDataSource" />
</Action>
<Action Name="remediate" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(self.analyzedEmail)" />
<Parameter Name="displayName" Type="Edm.String" Unicode="false" />
<Parameter Name="description" Type="Edm.String" Unicode="false" />
<Parameter Name="severity" Type="self.remediationSeverity" />
<Parameter Name="action" Type="self.remediationAction" />
<Parameter Name="approverUpn" Type="Edm.String" Unicode="false" />
<Parameter Name="remediateSendersCopy" Type="Edm.Boolean" />
<Parameter Name="analyzedEmails" Type="Collection(self.analyzedEmail)" />
</Action>
<Action Name="removeHold" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(self.ediscoveryCustodian)" />
<Parameter Name="ids" Type="Collection(Edm.String)" Unicode="false" />
Expand Down Expand Up @@ -93587,6 +93782,7 @@
</ComplexType>
<ComplexType Name="userExperienceSettings">
<Property Name="daysUntilForcedReboot" Type="Edm.Int32" />
<Property Name="offerAsOptional" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="windowsUpdateFilter" BaseType="microsoft.graph.windowsUpdates.softwareUpdateFilter" Abstract="true" />
<EntityType Name="azureADDevice" BaseType="microsoft.graph.windowsUpdates.updatableAsset">
Expand Down
Loading

0 comments on commit aa1a2b5

Please sign in to comment.