Skip to content

Commit

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

Schema sync 2024-11-19 from 1.3.521.0
  • Loading branch information
andrueastman authored Nov 20, 2024
2 parents dac1307 + 51792e1 commit 350c131
Show file tree
Hide file tree
Showing 12 changed files with 1,110 additions and 17 deletions.
289 changes: 283 additions & 6 deletions schemas/annotated-beta-Prod.csdl

Large diffs are not rendered by default.

95 changes: 95 additions & 0 deletions schemas/annotated-v1.0-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,11 @@
<Member Name="failed" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="appManagementRestrictionState">
<Member Name="enabled" Value="1" />
<Member Name="disabled" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="approvalFilterByCurrentUserOptions">
<Member Name="target" Value="0" />
<Member Name="createdBy" Value="1" />
Expand Down Expand Up @@ -1131,6 +1136,12 @@
<Member Name="notApplied" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="conditionalAccessTransferMethods" IsFlags="true">
<Member Name="none" Value="0" />
<Member Name="deviceCodeFlow" Value="1" />
<Member Name="authenticationTransfer" Value="2" />
<Member Name="unknownFutureValue" Value="4" />
</EnumType>
<EnumType Name="connectedOrganizationState">
<Member Name="configured" Value="0" />
<Member Name="proposed" Value="1" />
Expand Down Expand Up @@ -6464,13 +6475,17 @@
<Property Name="includeAuthenticationContextClassReferences" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="includeUserActions" Type="Collection(Edm.String)" Nullable="false" />
</ComplexType>
<ComplexType Name="conditionalAccessAuthenticationFlows">
<Property Name="transferMethods" Type="graph.conditionalAccessTransferMethods" Nullable="false" />
</ComplexType>
<ComplexType Name="conditionalAccessClientApplications">
<Property Name="excludeServicePrincipals" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="includeServicePrincipals" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="servicePrincipalFilter" Type="graph.conditionalAccessFilter" />
</ComplexType>
<ComplexType Name="conditionalAccessConditionSet">
<Property Name="applications" Type="graph.conditionalAccessApplications" />
<Property Name="authenticationFlows" Type="graph.conditionalAccessAuthenticationFlows" />
<Property Name="clientApplications" Type="graph.conditionalAccessClientApplications" />
<Property Name="clientAppTypes" Type="Collection(graph.conditionalAccessClientApp)" Nullable="false" />
<Property Name="devices" Type="graph.conditionalAccessDevices" />
Expand Down Expand Up @@ -7498,6 +7513,7 @@
<Property Name="maxLifetime" Type="Edm.Duration" />
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
<Property Name="restrictionType" Type="graph.appKeyCredentialRestrictionType" />
<Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" />
</ComplexType>
<ComplexType Name="keyValue">
<Property Name="key" Type="Edm.String" />
Expand Down Expand Up @@ -8176,6 +8192,7 @@
<Property Name="maxLifetime" Type="Edm.Duration" />
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
<Property Name="restrictionType" Type="graph.appCredentialRestrictionType" />
<Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" />
</ComplexType>
<ComplexType Name="passwordProfile">
<Property Name="forceChangePasswordNextSignIn" Type="Edm.Boolean" />
Expand Down Expand Up @@ -36483,6 +36500,9 @@
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.security.sensorSettings/networkAdapters">
<Annotation Term="Org.OData.Core.V1.AutoExpand" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.security.subdomain">
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
<Record>
Expand Down Expand Up @@ -42083,6 +42103,18 @@
<Member Name="notSupported" Value="1000" />
<Member Name="unknownFutureValue" Value="1023" />
</EnumType>
<EnumType Name="deploymentStatus">
<Member Name="upToDate" Value="1" />
<Member Name="outdated" Value="2" />
<Member Name="updating" Value="3" />
<Member Name="updateFailed" Value="4" />
<Member Name="notConfigured" Value="5" />
<Member Name="unreachable" Value="6" />
<Member Name="disconnected" Value="7" />
<Member Name="startFailure" Value="8" />
<Member Name="syncing" Value="9" />
<Member Name="unknownFutureValue" Value="10" />
</EnumType>
<EnumType Name="detectionSource">
<Member Name="unknown" Value="0" />
<Member Name="microsoftDefenderForEndpoint" Value="1" />
Expand Down Expand Up @@ -42165,6 +42197,12 @@
<Member Name="blocked" Value="3" />
<Member Name="notFound" Value="4" />
<Member Name="unknownFutureValue" Value="5" />
<Member Name="active" Value="6" />
<Member Name="pendingApproval" Value="7" />
<Member Name="declined" Value="8" />
<Member Name="unremediated" Value="9" />
<Member Name="running" Value="10" />
<Member Name="partiallyRemediated" Value="11" />
</EnumType>
<EnumType Name="evidenceRole">
<Member Name="unknown" Value="0" />
Expand Down Expand Up @@ -42361,6 +42399,21 @@
<Member Name="dateOfEvent" Value="3" />
<Member Name="unknownFutureValue" Value="4" />
</EnumType>
<EnumType Name="sensorHealthStatus">
<Member Name="healthy" Value="1" />
<Member Name="notHealthyLow" Value="2" />
<Member Name="notHealthyMedium" Value="3" />
<Member Name="notHealthyHigh" Value="4" />
<Member Name="unknownFutureValue" Value="5" />
</EnumType>
<EnumType Name="sensorType">
<Member Name="adConnectIntegrated" Value="1" />
<Member Name="adcsIntegrated" Value="2" />
<Member Name="adfsIntegrated" Value="3" />
<Member Name="domainControllerIntegrated" Value="4" />
<Member Name="domainControllerStandalone" Value="5" />
<Member Name="unknownFutureValue" Value="6" />
</EnumType>
<EnumType Name="servicePrincipalType">
<Member Name="unknown" Value="0" />
<Member Name="application" Value="1" />
Expand Down Expand Up @@ -42516,6 +42569,9 @@
<Property Name="severity" Type="microsoft.graph.security.vulnerabilitySeverity" />
<Property Name="vectorString" Type="Edm.String" />
</ComplexType>
<ComplexType Name="deploymentAccessKeyType">
<Property Name="deploymentAccessKey" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="deviceEvidence" BaseType="microsoft.graph.security.alertEvidence">
<Property Name="azureAdDeviceId" Type="Edm.String" />
<Property Name="defenderAvStatus" Type="microsoft.graph.security.defenderAvStatus" />
Expand Down Expand Up @@ -42889,6 +42945,16 @@
<Property Name="displayName" Type="Edm.String" />
<Property Name="securityGroupId" Type="Edm.String" />
</ComplexType>
<ComplexType Name="sensorDeploymentPackage">
<Property Name="downloadUrl" Type="Edm.String" Nullable="false" />
<Property Name="version" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="sensorSettings">
<Property Name="description" Type="Edm.String" Nullable="false" />
<Property Name="domainControllerDnsNames" Type="Collection(Edm.String)" />
<Property Name="isDelayedDeploymentEnabled" Type="Edm.Boolean" />
<NavigationProperty Name="networkAdapters" Type="Collection(microsoft.graph.security.networkAdapter)" ContainsTarget="true" />
</ComplexType>
<ComplexType Name="servicePrincipalEvidence" BaseType="microsoft.graph.security.alertEvidence">
<Property Name="appId" Type="Edm.String" />
<Property Name="appOwnerTenantId" Type="Edm.String" />
Expand Down Expand Up @@ -43263,6 +43329,7 @@
</EntityType>
<EntityType Name="identityContainer" BaseType="graph.entity">
<NavigationProperty Name="healthIssues" Type="Collection(microsoft.graph.security.healthIssue)" ContainsTarget="true" />
<NavigationProperty Name="sensors" Type="Collection(microsoft.graph.security.sensor)" ContainsTarget="true" />
</EntityType>
<EntityType Name="incident" BaseType="graph.entity">
<Property Name="assignedTo" Type="Edm.String" />
Expand Down Expand Up @@ -43319,6 +43386,10 @@
<NavigationProperty Name="filePlanReferences" Type="Collection(microsoft.graph.security.filePlanReferenceTemplate)" ContainsTarget="true" />
<NavigationProperty Name="retentionLabels" Type="Collection(microsoft.graph.security.retentionLabel)" ContainsTarget="true" />
</EntityType>
<EntityType Name="networkAdapter" BaseType="graph.entity">
<Property Name="isEnabled" Type="Edm.Boolean" />
<Property Name="name" Type="Edm.String" />
</EntityType>
<EntityType Name="passiveDnsRecord" BaseType="microsoft.graph.security.artifact">
<Property Name="collectedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
Expand Down Expand Up @@ -43377,6 +43448,18 @@
<Property Name="lastModifiedBy" Type="graph.identitySet" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
</EntityType>
<EntityType Name="sensor" BaseType="graph.entity">
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="deploymentStatus" Type="microsoft.graph.security.deploymentStatus" Nullable="false" />
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="domainName" Type="Edm.String" Nullable="false" />
<Property Name="healthStatus" Type="microsoft.graph.security.sensorHealthStatus" Nullable="false" />
<Property Name="openHealthIssuesCount" Type="Edm.Int64" Nullable="false" />
<Property Name="sensorType" Type="microsoft.graph.security.sensorType" Nullable="false" />
<Property Name="settings" Type="microsoft.graph.security.sensorSettings" Nullable="false" />
<Property Name="version" Type="Edm.String" Nullable="false" />
<NavigationProperty Name="healthIssues" Type="Collection(microsoft.graph.security.healthIssue)" />
</EntityType>
<EntityType Name="siteSource" BaseType="microsoft.graph.security.dataSource">
<NavigationProperty Name="site" Type="graph.site" Nullable="false" />
</EntityType>
Expand Down Expand Up @@ -43561,6 +43644,10 @@
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
</Action>
<Action Name="regenerateDeploymentAccessKey" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.security.sensor)" />
<ReturnType Type="microsoft.graph.security.deploymentAccessKeyType" />
</Action>
<Action Name="release" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryCustodian" />
</Action>
Expand Down Expand Up @@ -43605,6 +43692,14 @@
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.security.ediscoveryReviewTag)" />
<ReturnType Type="Collection(microsoft.graph.security.ediscoveryReviewTag)" />
</Function>
<Function Name="getDeploymentAccessKey" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.security.sensor)" />
<ReturnType Type="microsoft.graph.security.deploymentAccessKeyType" />
</Function>
<Function Name="getDeploymentPackageUri" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.security.sensor)" />
<ReturnType Type="microsoft.graph.security.sensorDeploymentPackage" />
</Function>
</Schema>
<Schema Namespace="microsoft.graph.termStore" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<EnumType Name="relationType">
Expand Down
Loading

0 comments on commit 350c131

Please sign in to comment.