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
28 changes: 28 additions & 0 deletions schemas/annotated-beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -27470,9 +27470,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 +30324,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 @@ -46889,6 +46901,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 +81226,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
32 changes: 32 additions & 0 deletions schemas/annotated-v1.0-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -5514,6 +5514,9 @@
<Property Name="languageCode" Type="Edm.String" Nullable="false" />
<Property Name="text" Type="Edm.String" />
</ComplexType>
<ComplexType Name="accessPackageNotificationSettings">
<Property Name="isAssignmentNotificationDisabled" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<ComplexType Name="accessPackageResourceAttribute">
<Property Name="destination" Type="graph.accessPackageResourceAttributeDestination" />
<Property Name="isEditable" Type="Edm.Boolean" />
Expand Down Expand Up @@ -10315,6 +10318,20 @@
<NavigationProperty Name="incompatibleAccessPackages" Type="Collection(graph.accessPackage)" />
<NavigationProperty Name="incompatibleGroups" Type="Collection(graph.group)" ContainsTarget="true" />
<NavigationProperty Name="resourceRoleScopes" Type="Collection(graph.accessPackageResourceRoleScope)" ContainsTarget="true" />
<Annotation Term="Org.OData.Core.V1.AlternateKeys">
<Collection>
<Record Type="Org.OData.Core.V1.AlternateKey">
<PropertyValue Property="Key">
<Collection>
<Record Type="Org.OData.Core.V1.PropertyRef">
<PropertyValue Property="Alias" String="uniqueName" />
<PropertyValue Property="Name" PropertyPath="uniqueName" />
</Record>
</Collection>
</PropertyValue>
</Record>
</Collection>
</Annotation>
</EntityType>
<EntityType Name="accessPackageAssignment" BaseType="graph.entity">
<Property Name="customExtensionCalloutInstances" Type="Collection(graph.customExtensionCalloutInstance)" />
Expand All @@ -10334,6 +10351,7 @@
<Property Name="displayName" Type="Edm.String" />
<Property Name="expiration" Type="graph.expirationPattern" />
<Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="notificationSettings" Type="graph.accessPackageNotificationSettings" />
<Property Name="requestApprovalSettings" Type="graph.accessPackageAssignmentApprovalSettings" />
<Property Name="requestorSettings" Type="graph.accessPackageAssignmentRequestorSettings" />
<Property Name="reviewSettings" Type="graph.accessPackageAssignmentReviewSettings" />
Expand Down Expand Up @@ -10383,6 +10401,20 @@
<NavigationProperty Name="resourceRoles" Type="Collection(graph.accessPackageResourceRole)" ContainsTarget="true" />
<NavigationProperty Name="resources" Type="Collection(graph.accessPackageResource)" ContainsTarget="true" />
<NavigationProperty Name="resourceScopes" Type="Collection(graph.accessPackageResourceScope)" ContainsTarget="true" />
<Annotation Term="Org.OData.Core.V1.AlternateKeys">
<Collection>
<Record Type="Org.OData.Core.V1.AlternateKey">
<PropertyValue Property="Key">
<Collection>
<Record Type="Org.OData.Core.V1.PropertyRef">
<PropertyValue Property="Alias" String="uniqueName" />
<PropertyValue Property="Name" PropertyPath="uniqueName" />
</Record>
</Collection>
</PropertyValue>
</Record>
</Collection>
</Annotation>
</EntityType>
<EntityType Name="accessPackageMultipleChoiceQuestion" BaseType="graph.accessPackageQuestion">
<Property Name="choices" Type="Collection(graph.accessPackageAnswerChoice)" />
Expand Down
28 changes: 28 additions & 0 deletions schemas/beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -27470,9 +27470,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 +30324,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 @@ -46889,6 +46901,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 +81226,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
32 changes: 32 additions & 0 deletions schemas/v1.0-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -5514,6 +5514,9 @@
<Property Name="languageCode" Type="Edm.String" Nullable="false" />
<Property Name="text" Type="Edm.String" />
</ComplexType>
<ComplexType Name="accessPackageNotificationSettings">
<Property Name="isAssignmentNotificationDisabled" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<ComplexType Name="accessPackageResourceAttribute">
<Property Name="destination" Type="graph.accessPackageResourceAttributeDestination" />
<Property Name="isEditable" Type="Edm.Boolean" />
Expand Down Expand Up @@ -10315,6 +10318,20 @@
<NavigationProperty Name="incompatibleAccessPackages" Type="Collection(graph.accessPackage)" />
<NavigationProperty Name="incompatibleGroups" Type="Collection(graph.group)" ContainsTarget="true" />
<NavigationProperty Name="resourceRoleScopes" Type="Collection(graph.accessPackageResourceRoleScope)" ContainsTarget="true" />
<Annotation Term="Org.OData.Core.V1.AlternateKeys">
<Collection>
<Record Type="Org.OData.Core.V1.AlternateKey">
<PropertyValue Property="Key">
<Collection>
<Record Type="Org.OData.Core.V1.PropertyRef">
<PropertyValue Property="Alias" String="uniqueName" />
<PropertyValue Property="Name" PropertyPath="uniqueName" />
</Record>
</Collection>
</PropertyValue>
</Record>
</Collection>
</Annotation>
</EntityType>
<EntityType Name="accessPackageAssignment" BaseType="graph.entity">
<Property Name="customExtensionCalloutInstances" Type="Collection(graph.customExtensionCalloutInstance)" />
Expand All @@ -10334,6 +10351,7 @@
<Property Name="displayName" Type="Edm.String" />
<Property Name="expiration" Type="graph.expirationPattern" />
<Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="notificationSettings" Type="graph.accessPackageNotificationSettings" />
<Property Name="requestApprovalSettings" Type="graph.accessPackageAssignmentApprovalSettings" />
<Property Name="requestorSettings" Type="graph.accessPackageAssignmentRequestorSettings" />
<Property Name="reviewSettings" Type="graph.accessPackageAssignmentReviewSettings" />
Expand Down Expand Up @@ -10383,6 +10401,20 @@
<NavigationProperty Name="resourceRoles" Type="Collection(graph.accessPackageResourceRole)" ContainsTarget="true" />
<NavigationProperty Name="resources" Type="Collection(graph.accessPackageResource)" ContainsTarget="true" />
<NavigationProperty Name="resourceScopes" Type="Collection(graph.accessPackageResourceScope)" ContainsTarget="true" />
<Annotation Term="Org.OData.Core.V1.AlternateKeys">
<Collection>
<Record Type="Org.OData.Core.V1.AlternateKey">
<PropertyValue Property="Key">
<Collection>
<Record Type="Org.OData.Core.V1.PropertyRef">
<PropertyValue Property="Alias" String="uniqueName" />
<PropertyValue Property="Name" PropertyPath="uniqueName" />
</Record>
</Collection>
</PropertyValue>
</Record>
</Collection>
</Annotation>
</EntityType>
<EntityType Name="accessPackageMultipleChoiceQuestion" BaseType="graph.accessPackageQuestion">
<Property Name="choices" Type="Collection(graph.accessPackageAnswerChoice)" />
Expand Down
Loading