Skip to content
Closed
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
64 changes: 61 additions & 3 deletions schemas/annotated-beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -16769,6 +16769,7 @@
<ComplexType Name="plannerTeamsPublicationInfo" BaseType="graph.plannerTaskCreation">
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="publicationId" Type="Edm.String" />
<Property Name="publicationName" Type="Edm.String" />
<Property Name="publishedToPlanId" Type="Edm.String" />
<Property Name="publishingTeamId" Type="Edm.String" />
<Property Name="publishingTeamName" Type="Edm.String" />
Expand Down Expand Up @@ -27470,9 +27471,12 @@
</EntityType>
<EntityType Name="internalDomainFederation" BaseType="graph.samlOrWsFedProvider">
<Property Name="activeSignInUri" Type="Edm.String" />
<Property Name="defaultInteractiveAuthenticationMethod" Type="Edm.String" />
<Property Name="federatedIdpMfaBehavior" Type="graph.federatedIdpMfaBehavior" />
<Property Name="isSignedAuthenticationRequestRequired" Type="Edm.Boolean" />
<Property Name="nextSigningCertificate" Type="Edm.String" />
<Property Name="openIdConnectDiscoveryEndpoint" Type="Edm.String" />
<Property Name="passwordChangeUri" Type="Edm.String" />
<Property Name="passwordResetUri" Type="Edm.String" />
<Property Name="promptLoginBehavior" Type="graph.promptLoginBehavior" />
<Property Name="signingCertificateUpdateStatus" Type="graph.signingCertificateUpdateStatus" />
Expand Down Expand Up @@ -30321,6 +30325,15 @@
<Property Name="squareLogoRelativeUrl" Type="Edm.String" />
<Property Name="usernameHintText" Type="Edm.String" />
</EntityType>
<EntityType Name="organizationalUnit" BaseType="graph.directoryObject">
<Property Name="description" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
<NavigationProperty Name="children" Type="Collection(graph.organizationalUnit)" />
<NavigationProperty Name="organizationalUnitParent" Type="graph.organizationalUnit" />
<NavigationProperty Name="resources" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="transitiveChildren" Type="Collection(graph.organizationalUnit)" />
<NavigationProperty Name="transitiveResources" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="organizationSettings" BaseType="graph.entity">
<NavigationProperty Name="contactInsights" Type="graph.insightsSettings" ContainsTarget="true" />
<NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true" />
Expand Down Expand Up @@ -31092,6 +31105,10 @@
<EntityType Name="privacy">
<NavigationProperty Name="subjectRightsRequests" Type="Collection(graph.subjectRightsRequest)" ContainsTarget="true" />
</EntityType>
<EntityType Name="privateLinkNamedLocation" BaseType="graph.namedLocation">
<Property Name="isTrusted" Type="Edm.Boolean" Nullable="false" />
<Property Name="privateLinkResourcePolicyIds" Type="Collection(Edm.String)" Nullable="false" />
</EntityType>
<EntityType Name="privilegedAccess" BaseType="graph.entity">
<Property Name="displayName" Type="Edm.String" />
<NavigationProperty Name="resources" Type="Collection(graph.governanceResource)" ContainsTarget="true" />
Expand Down Expand Up @@ -32672,6 +32689,10 @@
<Property Name="lastSignInActivity" Type="graph.signInActivity" />
</EntityType>
<EntityType Name="serviceStorageQuotaBreakdown" BaseType="graph.storageQuotaBreakdown" />
<EntityType Name="serviceTagNamedLocation" BaseType="graph.namedLocation">
<Property Name="isTrusted" Type="Edm.Boolean" Nullable="false" />
<Property Name="serviceTags" Type="Collection(Edm.String)" Nullable="false" />
</EntityType>
<EntityType Name="serviceUpdateMessage" BaseType="graph.serviceAnnouncementBase">
<Property Name="actionRequiredByDateTime" Type="Edm.DateTimeOffset" />
<Property Name="attachmentsArchive" Type="Edm.Stream" />
Expand Down Expand Up @@ -46873,7 +46894,10 @@
<NavigationPropertyBinding Path="transitiveMemberOf" Target="directoryObjects" />
<NavigationPropertyBinding Path="transitiveReports" Target="directoryObjects" />
</EntitySet>
<Singleton Name="admin" Type="microsoft.graph.admin" />
<Singleton Name="admin" Type="microsoft.graph.admin">
<NavigationPropertyBinding Path="windows/updates/policies/rings/excludedGroupAssignment/assignments/group" Target="groups" />
<NavigationPropertyBinding Path="windows/updates/policies/rings/includedGroupAssignment/assignments/group" Target="groups" />
</Singleton>
<Singleton Name="app" Type="microsoft.graph.commsApplication" />
<Singleton Name="appCatalogs" Type="microsoft.graph.appCatalogs" />
<Singleton Name="auditLogs" Type="microsoft.graph.auditLogRoot" />
Expand All @@ -46889,6 +46913,8 @@
<Singleton Name="directory" Type="microsoft.graph.directory">
<NavigationPropertyBinding Path="administrativeUnits/deletedMembers" Target="directoryObjects" />
<NavigationPropertyBinding Path="administrativeUnits/members" Target="directoryObjects" />
<NavigationPropertyBinding Path="organizationalUnits/resources" Target="directoryObjects" />
<NavigationPropertyBinding Path="organizationalUnits/transitiveResources" Target="directoryObjects" />
</Singleton>
<Singleton Name="drive" Type="microsoft.graph.drive" />
<Singleton Name="education" Type="microsoft.graph.educationRoot">
Expand Down Expand Up @@ -81212,6 +81238,20 @@
<Annotations Target="microsoft.graph.organization/mobileDeviceManagementAuthority">
<Annotation Term="Org.OData.Core.V1.Description" String="Mobile device management authority." />
</Annotations>
<Annotations Target="microsoft.graph.organizationalUnit">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
<PropertyValue Property="Date" Date="2023-11-17" />
<PropertyValue Property="Kind">
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
</PropertyValue>
<PropertyValue Property="RemovalDate" Date="2024-06-01" />
<PropertyValue Property="Version" String="2023-11/PrivatePreview:organizationalUnits" />
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.organizationSettings/itemInsights">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
Expand Down Expand Up @@ -103556,7 +103596,7 @@
<Property Name="dataAtRestEncryptionMethod" Type="self.appInfoDataAtRestEncryptionMethod" Nullable="false" />
<Property Name="dataCenter" Type="Edm.String" Nullable="false" />
<Property Name="dataRetentionPolicy" Type="self.appInfoDataRetentionPolicy" Nullable="false" />
<Property Name="dataTypes" Type="self.appInfoUploadedDataTypes" Nullable="false" />
<Property Name="dataTypes" Type="Collection(self.appInfoUploadedDataTypes)" Nullable="false" />
<Property Name="domainRegistrationDateTime" Type="Edm.DateTimeOffset" />
<Property Name="encryptionProtocol" Type="self.appInfoEncryptionProtocol" Nullable="false" />
<Property Name="fedRampLevel" Type="self.appInfoFedRampLevel" Nullable="false" />
Expand Down Expand Up @@ -103632,7 +103672,7 @@
<Property Name="isUserRolesSupport" Type="self.cloudAppInfoState" Nullable="false" />
<Property Name="isValidCertificateName" Type="self.cloudAppInfoState" Nullable="false" />
<Property Name="latestBreachDateTime" Type="Edm.DateTimeOffset" />
<Property Name="logonUrls" Type="Edm.String" Nullable="false" />
<Property Name="logonUrls" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="pciDssVersion" Type="self.appInfoPciDssVersion" Nullable="false" />
<Property Name="vendor" Type="Edm.String" />
</EntityType>
Expand Down Expand Up @@ -104652,6 +104692,13 @@
<Member Name="investigating" Value="6" />
<Member Name="unknownFutureValue" Value="7" />
</EnumType>
<ComplexType Name="approvalRule" Abstract="true">
<Property Name="deferralInDays" Type="Edm.Int32" Nullable="false" />
</ComplexType>
<ComplexType Name="assignedGroup">
<Property Name="groupId" Type="Edm.String" Nullable="false" />
<NavigationProperty Name="group" Type="graph.group" />
</ComplexType>
<ComplexType Name="azureADDeviceRegistrationError" BaseType="microsoft.graph.windowsUpdates.updatableAssetError">
<Property Name="reason" Type="microsoft.graph.windowsUpdates.azureADDeviceRegistrationErrorReason" Nullable="false" />
</ComplexType>
Expand Down Expand Up @@ -104701,13 +104748,20 @@
<ComplexType Name="durationDrivenRolloutSettings" BaseType="microsoft.graph.windowsUpdates.gradualRolloutSettings">
<Property Name="durationUntilDeploymentEnd" Type="Edm.Duration" Nullable="false" />
</ComplexType>
<ComplexType Name="excludedGroupAssignment" BaseType="microsoft.graph.windowsUpdates.groupAssignment">
<Property Name="assignments" Type="Collection(microsoft.graph.windowsUpdates.assignedGroup)" Nullable="false" />
</ComplexType>
<ComplexType Name="expediteSettings">
<Property Name="isExpedited" Type="Edm.Boolean" />
<Property Name="isReadinessTest" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="gradualRolloutSettings">
<Property Name="durationBetweenOffers" Type="Edm.Duration" />
</ComplexType>
<ComplexType Name="groupAssignment" Abstract="true" />
<ComplexType Name="includedGroupAssignment" BaseType="microsoft.graph.windowsUpdates.groupAssignment">
<Property Name="assignments" Type="Collection(microsoft.graph.windowsUpdates.assignedGroup)" Nullable="false" />
</ComplexType>
<ComplexType Name="itemBody" OpenType="true">
<Property Name="content" Type="Edm.String" />
<Property Name="contentType" Type="microsoft.graph.windowsUpdates.bodyType" />
Expand All @@ -104724,6 +104778,10 @@
<ComplexType Name="monitoringSettings">
<Property Name="monitoringRules" Type="Collection(microsoft.graph.windowsUpdates.monitoringRule)" />
</ComplexType>
<ComplexType Name="qualityUpdateApprovalRule" BaseType="microsoft.graph.windowsUpdates.approvalRule">
<Property Name="cadence" Type="microsoft.graph.windowsUpdates.qualityUpdateCadence" Nullable="false" />
<Property Name="classification" Type="microsoft.graph.windowsUpdates.qualityUpdateClassification" Nullable="false" />
</ComplexType>
<ComplexType Name="qualityUpdateCveSeverityInformation">
<Property Name="maxBaseScore" Type="Edm.Double" />
<Property Name="maxSeverity" Type="microsoft.graph.windowsUpdates.cveSeverityLevel" />
Expand Down
Loading
Loading