Skip to content
Open
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
176 changes: 162 additions & 14 deletions schemas/beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -19820,6 +19820,8 @@
<Property Name="policyScope" Type="graph.policyBinding" />
</ComplexType>
<ComplexType Name="policyTipAction" BaseType="graph.dlpActionInfo">
<Property Name="complianceUrl" Type="Edm.String" />
<Property Name="matchedConditionsDescription" Type="Edm.String" />
<Property Name="policyTip" Type="Edm.String" />
</ComplexType>
<ComplexType Name="policyUserScope" BaseType="graph.policyScopeBase" />
Expand Down Expand Up @@ -29987,15 +29989,8 @@
<Property Name="members" Type="Collection(graph.member)" Nullable="false" />
<Property Name="notes" Type="Edm.String" />
<Property Name="personIdentifier" Type="Edm.String" />
<NavigationProperty Name="distributionListMembers" Type="Collection(graph.distributionListMember)" ContainsTarget="true" />
<NavigationProperty Name="singleValueExtendedProperties" Type="Collection(graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" />
</EntityType>
<EntityType Name="distributionListMember" BaseType="graph.entity">
<Property Name="contactId" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
<Property Name="recipientType" Type="graph.recipientType" Nullable="false" />
<NavigationProperty Name="contact" Type="graph.contact" />
</EntityType>
<EntityType Name="dlpEvaluatePoliciesJobResponse" BaseType="graph.jobResponseBase">
<Property Name="result" Type="graph.dlpPoliciesJobResult" />
</EntityType>
Expand Down Expand Up @@ -39513,6 +39508,7 @@
<NavigationProperty Name="security" Type="self.security" ContainsTarget="true" />
<NavigationProperty Name="settings" Type="graph.userSettings" ContainsTarget="true" />
<NavigationProperty Name="solutions" Type="graph.userSolutionRoot" ContainsTarget="true" />
<NavigationProperty Name="sponsorOf" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="teamwork" Type="graph.userTeamwork" ContainsTarget="true" />
<NavigationProperty Name="todo" Type="graph.todo" ContainsTarget="true" />
Expand Down Expand Up @@ -53359,6 +53355,7 @@
<NavigationPropertyBinding Path="ownedDevices" Target="directoryObjects" />
<NavigationPropertyBinding Path="ownedObjects" Target="directoryObjects" />
<NavigationPropertyBinding Path="registeredDevices" Target="directoryObjects" />
<NavigationPropertyBinding Path="sponsorOf" Target="directoryObjects" />
<NavigationPropertyBinding Path="sponsors" Target="directoryObjects" />
<NavigationPropertyBinding Path="transitiveMemberOf" Target="directoryObjects" />
<NavigationPropertyBinding Path="transitiveReports" Target="directoryObjects" />
Expand Down Expand Up @@ -53432,6 +53429,7 @@
<NavigationPropertyBinding Path="ownedDevices" Target="directoryObjects" />
<NavigationPropertyBinding Path="ownedObjects" Target="directoryObjects" />
<NavigationPropertyBinding Path="registeredDevices" Target="directoryObjects" />
<NavigationPropertyBinding Path="sponsorOf" Target="directoryObjects" />
<NavigationPropertyBinding Path="sponsors" Target="directoryObjects" />
<NavigationPropertyBinding Path="transitiveMemberOf" Target="directoryObjects" />
<NavigationPropertyBinding Path="transitiveReports" Target="directoryObjects" />
Expand Down Expand Up @@ -74883,13 +74881,6 @@
<Annotations Target="microsoft.graph.diskType/unknownFutureValue">
<Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." />
</Annotations>
<Annotations Target="microsoft.graph.distributionList/distributionListMembers">
<Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
<Record>
<PropertyValue Property="Supported" Bool="false" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.dmaGuardDeviceEnumerationPolicyType">
<Annotation Term="Org.OData.Core.V1.Description" String="Possible values of the DmaGuardDeviceEnumerationPolicy." />
</Annotations>
Expand Down Expand Up @@ -96190,6 +96181,84 @@
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.security.caseManagement.caseTypeConfiguration/customFields">
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
<Record>
<PropertyValue Property="Countable" Bool="true" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
<Record>
<PropertyValue Property="Filterable" Bool="true" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SelectSupport">
<Record>
<PropertyValue Property="Supported" Bool="true" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
<Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
<Record>
<PropertyValue Property="Sortable" Bool="true" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.security.caseManagement.caseTypeConfiguration/statuses">
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
<Record>
<PropertyValue Property="Countable" Bool="true" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
<Record>
<PropertyValue Property="Filterable" Bool="true" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SelectSupport">
<Record>
<PropertyValue Property="Supported" Bool="true" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
<Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
<Record>
<PropertyValue Property="Sortable" Bool="true" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.security.caseManagementRoot/cases">
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
<Record>
Expand All @@ -96214,6 +96283,33 @@
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.security.caseManagementRoot/caseTypeConfigurations">
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
<Record>
<PropertyValue Property="Countable" Bool="true" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SelectSupport">
<Record>
<PropertyValue Property="Supported" Bool="true" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.security.ccraiPolicyViolationRecord">
<Annotation Term="Org.OData.Core.V1.Description" String="Audit data for CCRAI Policy Violation events." />
</Annotations>
Expand Down Expand Up @@ -114256,6 +114352,21 @@
<Parameter Name="applicationId" Type="Edm.String" Unicode="false">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<Parameter Name="aiAgentId" Type="Edm.String" Unicode="false">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<Parameter Name="aiAgentName" Type="Edm.String" Unicode="false">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<Parameter Name="agentTypeId" Type="Edm.String" Unicode="false">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<Parameter Name="agentVirtualId" Type="Edm.String" Unicode="false">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<Parameter Name="destinationUrl" Type="Edm.String" Unicode="false">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<ReturnType Type="Collection(microsoft.graph.networkaccess.usageProfilingPoint)" />
</Function>
<Function Name="userReport" IsBound="true">
Expand Down Expand Up @@ -118246,6 +118357,7 @@
</EntityType>
<EntityType Name="caseManagementRoot" BaseType="graph.entity">
<NavigationProperty Name="cases" Type="Collection(caseManagement.case)" ContainsTarget="true" />
<NavigationProperty Name="caseTypeConfigurations" Type="Collection(caseManagement.caseTypeConfiguration)" ContainsTarget="true" />
</EntityType>
<EntityType Name="caseOperation" BaseType="graph.entity">
<Property Name="action" Type="self.caseAction" />
Expand Down Expand Up @@ -119531,6 +119643,12 @@
</ComplexType>
<ComplexType Name="customFieldValue" Abstract="true" />
<ComplexType Name="customFieldValues" OpenType="true" />
<ComplexType Name="customStatusDefinition">
<Property Name="customStatusId" Type="Edm.String" Nullable="false" />
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="isFinal" Type="Edm.Boolean" Nullable="false" />
<Property Name="sortOrder" Type="Edm.Int32" Nullable="false" />
</ComplexType>
<ComplexType Name="exposureCaseAutomation">
<Property Name="ruleId" Type="Edm.String" />
</ComplexType>
Expand Down Expand Up @@ -119627,9 +119745,24 @@
<Property Name="lastModifiedBy" Type="Edm.String" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
</EntityType>
<EntityType Name="caseTypeConfiguration" BaseType="graph.entity">
<Property Name="defaultStatusId" Type="Edm.String" Nullable="false" />
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<NavigationProperty Name="customFields" Type="Collection(caseManagement.customFieldDefinition)" ContainsTarget="true" />
<NavigationProperty Name="statuses" Type="Collection(caseManagement.statusDefinition)" ContainsTarget="true" />
</EntityType>
<EntityType Name="comment" BaseType="caseManagement.activity">
<Property Name="message" Type="Edm.String" />
</EntityType>
<EntityType Name="customFieldDefinition" BaseType="graph.entity" Abstract="true">
<Property Name="description" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="isDisabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="isRequired" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="dateTimeCustomFieldDefinition" BaseType="caseManagement.customFieldDefinition">
<Property Name="defaultDateTime" Type="Edm.DateTimeOffset" />
</EntityType>
<EntityType Name="exposureCase" BaseType="caseManagement.case">
<Property Name="assignedTo" Type="Edm.String" />
<Property Name="automation" Type="caseManagement.exposureCaseAutomation" />
Expand Down Expand Up @@ -119687,6 +119820,13 @@
<Property Name="workspaceIds" Type="Collection(Edm.String)" Nullable="false" />
</EntityType>
<EntityType Name="incidentRelation" BaseType="caseManagement.relation" />
<EntityType Name="numberCustomFieldDefinition" BaseType="caseManagement.customFieldDefinition">
<Property Name="defaultValue" Type="Edm.Int32" />
</EntityType>
<EntityType Name="optionsCustomFieldDefinition" BaseType="caseManagement.customFieldDefinition">
<Property Name="defaultValues" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="options" Type="Collection(Edm.String)" Nullable="false" />
</EntityType>
<EntityType Name="recommendationRelation" BaseType="caseManagement.relation">
<Property Name="recommendationType" Type="Edm.String" />
<Property Name="resourceGroupName" Type="Edm.String" />
Expand All @@ -119695,6 +119835,14 @@
<EntityType Name="relation" BaseType="caseManagement.caseManagementEntity" Abstract="true">
<Property Name="relatedResourceId" Type="Edm.String" />
</EntityType>
<EntityType Name="statusDefinition" BaseType="graph.entity">
<Property Name="customStatuses" Type="Collection(caseManagement.customStatusDefinition)" Nullable="false" />
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="sortOrder" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="stringCustomFieldDefinition" BaseType="caseManagement.customFieldDefinition">
<Property Name="defaultValue" Type="Edm.String" />
</EntityType>
<EntityType Name="task" BaseType="caseManagement.caseManagementEntity">
<Property Name="assignedTo" Type="Edm.String" />
<Property Name="category" Type="caseManagement.caseTaskCategory" Nullable="false" />
Expand Down
15 changes: 15 additions & 0 deletions schemas/beta-USNat.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -1391,6 +1391,11 @@
<Member Name="trusted" Value="3" />
<Member Name="unknownFutureValue" Value="4" />
</EnumType>
<EnumType Name="nonAdminSetting">
<Member Name="false" Value="0" />
<Member Name="true" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="objectDefinitionMetadata">
<Member Name="PropertyNameAccountEnabled" Value="0" />
<Member Name="PropertyNameSoftDeleted" Value="1" />
Expand Down Expand Up @@ -3929,6 +3934,9 @@
<Property Name="accessType" Type="graph.crossTenantAccessPolicyTargetConfigurationAccessType" />
<Property Name="targets" Type="Collection(graph.crossTenantAccessPolicyTarget)" />
</ComplexType>
<ComplexType Name="crossTenantGroupSyncInbound">
<Property Name="isSyncAllowed" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<ComplexType Name="crossTenantUserSyncInbound">
<Property Name="isSyncAllowed" Type="Edm.Boolean" />
</ComplexType>
Expand Down Expand Up @@ -6354,6 +6362,7 @@
<ComplexType Name="storagePlanInformation">
<Property Name="upgradeAvailable" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="stringDictionary" BaseType="graph.Dictionary" OpenType="true" />
<ComplexType Name="stringKeyAttributeMappingSourceValuePair">
<Property Name="key" Type="Edm.String" />
<Property Name="value" Type="graph.attributeMappingSource" />
Expand Down Expand Up @@ -7529,6 +7538,7 @@
</EntityType>
<EntityType Name="activityBasedTimeoutPolicy" BaseType="graph.stsPolicy" />
<EntityType Name="admin">
<NavigationProperty Name="entra" Type="graph.entra" ContainsTarget="true" />
<NavigationProperty Name="people" Type="graph.peopleAdminSettings" ContainsTarget="true" />
<NavigationProperty Name="serviceAnnouncement" Type="graph.serviceAnnouncement" ContainsTarget="true" />
<NavigationProperty Name="sharepoint" Type="graph.sharepoint" ContainsTarget="true" />
Expand Down Expand Up @@ -8500,6 +8510,7 @@
<PropertyRef Name="tenantId" />
</Key>
<Property Name="displayName" Type="Edm.String" />
<Property Name="groupSyncInbound" Type="graph.crossTenantGroupSyncInbound" />
<Property Name="tenantId" Type="Edm.String" Nullable="false" />
<Property Name="userSyncInbound" Type="graph.crossTenantUserSyncInbound" />
</EntityType>
Expand Down Expand Up @@ -8895,6 +8906,7 @@
</Key>
<Property Name="id" Type="Edm.String" Nullable="false" />
</EntityType>
<EntityType Name="entra" BaseType="graph.entity" />
<EntityType Name="evaluateLabelJobResponse" BaseType="graph.jobResponseBase">
<Property Name="result" Type="graph.evaluateLabelJobResultGroup" />
</EntityType>
Expand Down Expand Up @@ -12375,6 +12387,9 @@
<NavigationProperty Name="associatedTeams" Type="Collection(graph.associatedTeamInfo)" ContainsTarget="true" />
<NavigationProperty Name="installedApps" Type="Collection(graph.userScopeTeamsAppInstallation)" ContainsTarget="true" />
</EntityType>
<EntityType Name="uxSetting" BaseType="graph.entity">
<Property Name="restrictNonAdminAccess" Type="graph.nonAdminSetting" Nullable="false" />
</EntityType>
<EntityType Name="verticalSection" BaseType="graph.entity">
<Property Name="emphasis" Type="graph.sectionEmphasisType" />
<NavigationProperty Name="webparts" Type="Collection(graph.webPart)" ContainsTarget="true" />
Expand Down
Loading
Loading