|
157 | 157 | <Member Name="declined" Value="3" /> |
158 | 158 | <Member Name="unknownFutureValue" Value="5" /> |
159 | 159 | </EnumType> |
| 160 | + <EnumType Name="aiInteractionType"> |
| 161 | + <Member Name="userPrompt" Value="0" /> |
| 162 | + <Member Name="aiResponse" Value="1" /> |
| 163 | + <Member Name="unknownFutureValue" Value="2" /> |
| 164 | + </EnumType> |
160 | 165 | <EnumType Name="alertFeedback"> |
161 | 166 | <Member Name="unknown" Value="0" /> |
162 | 167 | <Member Name="truePositive" Value="1" /> |
|
780 | 785 | <Member Name="preset23" Value="23" /> |
781 | 786 | <Member Name="preset24" Value="24" /> |
782 | 787 | </EnumType> |
| 788 | + <EnumType Name="certificateAuthorityType"> |
| 789 | + <Member Name="root" Value="0" /> |
| 790 | + <Member Name="intermediate" Value="1" /> |
| 791 | + <Member Name="unknownFutureValue" Value="2" /> |
| 792 | + </EnumType> |
783 | 793 | <EnumType Name="certificateStatus"> |
784 | 794 | <Member Name="notProvisioned" Value="0" /> |
785 | 795 | <Member Name="provisioned" Value="1" /> |
|
5646 | 5656 | <ComplexType Name="agreementFileData"> |
5647 | 5657 | <Property Name="data" Type="Edm.Binary" /> |
5648 | 5658 | </ComplexType> |
| 5659 | + <ComplexType Name="aiInteractionAttachment"> |
| 5660 | + <Property Name="attachmentId" Type="Edm.String" /> |
| 5661 | + <Property Name="content" Type="Edm.String" /> |
| 5662 | + <Property Name="contentType" Type="Edm.String" /> |
| 5663 | + <Property Name="contentUrl" Type="Edm.String" /> |
| 5664 | + <Property Name="name" Type="Edm.String" /> |
| 5665 | + </ComplexType> |
| 5666 | + <ComplexType Name="aiInteractionContext"> |
| 5667 | + <Property Name="contextReference" Type="Edm.String" /> |
| 5668 | + <Property Name="contextType" Type="Edm.String" /> |
| 5669 | + <Property Name="displayName" Type="Edm.String" /> |
| 5670 | + </ComplexType> |
| 5671 | + <ComplexType Name="aiInteractionLink"> |
| 5672 | + <Property Name="displayName" Type="Edm.String" /> |
| 5673 | + <Property Name="linkType" Type="Edm.String" /> |
| 5674 | + <Property Name="linkUrl" Type="Edm.String" /> |
| 5675 | + </ComplexType> |
| 5676 | + <ComplexType Name="aiInteractionMention"> |
| 5677 | + <Property Name="mentioned" Type="graph.aiInteractionMentionedIdentitySet" /> |
| 5678 | + <Property Name="mentionId" Type="Edm.Int32" /> |
| 5679 | + <Property Name="mentionText" Type="Edm.String" /> |
| 5680 | + </ComplexType> |
| 5681 | + <ComplexType Name="aiInteractionMentionedIdentitySet" BaseType="graph.identitySet" OpenType="true"> |
| 5682 | + <Property Name="conversation" Type="graph.teamworkConversationIdentity" /> |
| 5683 | + <Property Name="tag" Type="graph.teamworkTagIdentity" /> |
| 5684 | + </ComplexType> |
5649 | 5685 | <ComplexType Name="airPrintSettings"> |
5650 | 5686 | <Property Name="incompatiblePrinters" Type="graph.incompatiblePrinterSettings" Nullable="false" /> |
5651 | 5687 | </ComplexType> |
|
10770 | 10806 | <Property Name="language" Type="Edm.String" /> |
10771 | 10807 | </EntityType> |
10772 | 10808 | <EntityType Name="agreementFileVersion" BaseType="graph.agreementFileProperties" /> |
| 10809 | + <EntityType Name="aiInteraction" BaseType="graph.entity"> |
| 10810 | + <Property Name="appClass" Type="Edm.String" Nullable="false" /> |
| 10811 | + <Property Name="attachments" Type="Collection(graph.aiInteractionAttachment)" /> |
| 10812 | + <Property Name="body" Type="graph.itemBody" /> |
| 10813 | + <Property Name="contexts" Type="Collection(graph.aiInteractionContext)" /> |
| 10814 | + <Property Name="conversationType" Type="Edm.String" /> |
| 10815 | + <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
| 10816 | + <Property Name="etag" Type="Edm.String" /> |
| 10817 | + <Property Name="from" Type="graph.identitySet" Nullable="false" /> |
| 10818 | + <Property Name="interactionType" Type="graph.aiInteractionType" Nullable="false" /> |
| 10819 | + <Property Name="links" Type="Collection(graph.aiInteractionLink)" /> |
| 10820 | + <Property Name="locale" Type="Edm.String" Nullable="false" /> |
| 10821 | + <Property Name="mentions" Type="Collection(graph.aiInteractionMention)" /> |
| 10822 | + <Property Name="requestId" Type="Edm.String" Nullable="false" /> |
| 10823 | + <Property Name="sessionId" Type="Edm.String" Nullable="false" /> |
| 10824 | + </EntityType> |
| 10825 | + <EntityType Name="aiInteractionHistory" BaseType="graph.entity" /> |
| 10826 | + <EntityType Name="aiUser" BaseType="graph.entity"> |
| 10827 | + <NavigationProperty Name="interactionHistory" Type="graph.aiInteractionHistory" ContainsTarget="true" /> |
| 10828 | + </EntityType> |
10773 | 10829 | <EntityType Name="alert" BaseType="graph.entity" OpenType="true"> |
10774 | 10830 | <Property Name="activityGroupName" Type="Edm.String" /> |
10775 | 10831 | <Property Name="alertDetections" Type="Collection(graph.alertDetection)" /> |
|
11730 | 11786 | <NavigationProperty Name="horizontalSections" Type="Collection(graph.horizontalSection)" ContainsTarget="true" /> |
11731 | 11787 | <NavigationProperty Name="verticalSection" Type="graph.verticalSection" ContainsTarget="true" /> |
11732 | 11788 | </EntityType> |
| 11789 | + <EntityType Name="certificateAuthorityDetail" BaseType="graph.directoryObject"> |
| 11790 | + <Property Name="certificate" Type="Edm.Binary" Nullable="false" /> |
| 11791 | + <Property Name="certificateAuthorityType" Type="graph.certificateAuthorityType" /> |
| 11792 | + <Property Name="certificateRevocationListUrl" Type="Edm.String" /> |
| 11793 | + <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
| 11794 | + <Property Name="deltaCertificateRevocationListUrl" Type="Edm.String" /> |
| 11795 | + <Property Name="displayName" Type="Edm.String" /> |
| 11796 | + <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
| 11797 | + <Property Name="isIssuerHintEnabled" Type="Edm.Boolean" /> |
| 11798 | + <Property Name="issuer" Type="Edm.String" /> |
| 11799 | + <Property Name="issuerSubjectKeyIdentifier" Type="Edm.String" /> |
| 11800 | + <Property Name="thumbprint" Type="Edm.String" Nullable="false" /> |
| 11801 | + </EntityType> |
11733 | 11802 | <EntityType Name="certificateBasedAuthConfiguration" BaseType="graph.entity"> |
11734 | 11803 | <Property Name="certificateAuthorities" Type="Collection(graph.certificateAuthority)" Nullable="false" /> |
11735 | 11804 | </EntityType> |
| 11805 | + <EntityType Name="certificateBasedAuthPki" BaseType="graph.directoryObject"> |
| 11806 | + <Property Name="displayName" Type="Edm.String" /> |
| 11807 | + <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
| 11808 | + <Property Name="status" Type="Edm.String" /> |
| 11809 | + <Property Name="statusDetails" Type="Edm.String" /> |
| 11810 | + <NavigationProperty Name="certificateAuthorities" Type="Collection(graph.certificateAuthorityDetail)" ContainsTarget="true" /> |
| 11811 | + </EntityType> |
11736 | 11812 | <EntityType Name="changeTrackedEntity" BaseType="graph.entity" Abstract="true"> |
11737 | 11813 | <Property Name="createdBy" Type="graph.identitySet" /> |
11738 | 11814 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
|
12217 | 12293 | </EntityType> |
12218 | 12294 | <EntityType Name="copilotRoot"> |
12219 | 12295 | <NavigationProperty Name="admin" Type="graph.copilotAdmin" ContainsTarget="true" /> |
| 12296 | + <NavigationProperty Name="interactionHistory" Type="graph.aiInteractionHistory" ContainsTarget="true" /> |
| 12297 | + <NavigationProperty Name="users" Type="Collection(graph.aiUser)" ContainsTarget="true" /> |
12220 | 12298 | </EntityType> |
12221 | 12299 | <EntityType Name="countryNamedLocation" BaseType="graph.namedLocation"> |
12222 | 12300 | <Property Name="countriesAndRegions" Type="Collection(Edm.String)" Nullable="false" /> |
|
12999 | 13077 | <NavigationProperty Name="deviceLocalCredentials" Type="Collection(graph.deviceLocalCredentialInfo)" ContainsTarget="true" /> |
13000 | 13078 | <NavigationProperty Name="federationConfigurations" Type="Collection(graph.identityProviderBase)" ContainsTarget="true" /> |
13001 | 13079 | <NavigationProperty Name="onPremisesSynchronization" Type="Collection(graph.onPremisesDirectorySynchronization)" ContainsTarget="true" /> |
| 13080 | + <NavigationProperty Name="publicKeyInfrastructure" Type="graph.publicKeyInfrastructureRoot" ContainsTarget="true" /> |
13002 | 13081 | <NavigationProperty Name="subscriptions" Type="Collection(graph.companySubscription)" ContainsTarget="true" /> |
13003 | 13082 | </EntityType> |
13004 | 13083 | <EntityType Name="directoryAudit" BaseType="graph.entity"> |
|
16527 | 16606 | <Property Name="targetSystem" Type="graph.provisioningSystem" /> |
16528 | 16607 | <Property Name="tenantId" Type="Edm.String" /> |
16529 | 16608 | </EntityType> |
| 16609 | + <EntityType Name="publicKeyInfrastructureRoot" BaseType="graph.entity"> |
| 16610 | + <NavigationProperty Name="certificateBasedAuthConfigurations" Type="Collection(graph.certificateBasedAuthPki)" ContainsTarget="true" /> |
| 16611 | + </EntityType> |
16530 | 16612 | <EntityType Name="rbacApplication" BaseType="graph.entity"> |
16531 | 16613 | <NavigationProperty Name="resourceNamespaces" Type="Collection(graph.unifiedRbacResourceNamespace)" ContainsTarget="true" /> |
16532 | 16614 | <NavigationProperty Name="roleAssignments" Type="Collection(graph.unifiedRoleAssignment)" ContainsTarget="true" /> |
|
24243 | 24325 | <Parameter Name="bindingParameter" Type="graph.teamsAppInstallation" /> |
24244 | 24326 | <Parameter Name="consentedPermissionSet" Type="graph.teamsAppPermissionSet" /> |
24245 | 24327 | </Action> |
| 24328 | + <Action Name="upload" IsBound="true"> |
| 24329 | + <Parameter Name="bindingParameter" Type="graph.certificateBasedAuthPki" Nullable="false" /> |
| 24330 | + <Parameter Name="uploadUrl" Type="Edm.String" Nullable="false" Unicode="false" /> |
| 24331 | + <Parameter Name="sha256FileHash" Type="Edm.String" Nullable="false" Unicode="false" /> |
| 24332 | + </Action> |
24246 | 24333 | <Action Name="uploadClientCertificate" IsBound="true"> |
24247 | 24334 | <Parameter Name="bindingParameter" Type="graph.identityApiConnector" /> |
24248 | 24335 | <Parameter Name="pkcs12Value" Type="Edm.String" Unicode="false" /> |
|
24929 | 25016 | <Parameter Name="interval" Type="Edm.String" Unicode="false" /> |
24930 | 25017 | <ReturnType Type="Collection(graph.itemActivityStat)" /> |
24931 | 25018 | </Function> |
| 25019 | + <Function Name="getAllEnterpriseInteractions" IsBound="true" IsComposable="true"> |
| 25020 | + <Parameter Name="bindingParameter" Type="graph.aiInteractionHistory" /> |
| 25021 | + <ReturnType Type="Collection(graph.aiInteraction)" /> |
| 25022 | + </Function> |
24932 | 25023 | <Function Name="getAllMessages" EntitySetPath="bindingParameter/messages" IsBound="true"> |
24933 | 25024 | <Parameter Name="bindingParameter" Type="Collection(graph.channel)" /> |
24934 | 25025 | <ReturnType Type="Collection(graph.chatMessage)" /> |
|
30087 | 30178 | <Annotations Target="microsoft.graph.cancel(microsoft.graph.bookingAppointment, Edm.String)"> |
30088 | 30179 | <Annotation Term="Org.OData.Core.V1.Description" String="Cancels the giving booking appointment, sending a message to the involved parties." /> |
30089 | 30180 | </Annotations> |
| 30181 | + <Annotations Target="microsoft.graph.certificateAuthorityDetail"> |
| 30182 | + <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"> |
| 30183 | + <Record> |
| 30184 | + <PropertyValue Property="Countable" Bool="true" /> |
| 30185 | + </Record> |
| 30186 | + </Annotation> |
| 30187 | + <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"> |
| 30188 | + <Record> |
| 30189 | + <PropertyValue Property="Expandable" Bool="false" /> |
| 30190 | + </Record> |
| 30191 | + </Annotation> |
| 30192 | + <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"> |
| 30193 | + <Record> |
| 30194 | + <PropertyValue Property="Filterable" Bool="true" /> |
| 30195 | + </Record> |
| 30196 | + </Annotation> |
| 30197 | + <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"> |
| 30198 | + <Record> |
| 30199 | + <PropertyValue Property="Referenceable" Bool="false" /> |
| 30200 | + </Record> |
| 30201 | + </Annotation> |
| 30202 | + <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /> |
| 30203 | + <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /> |
| 30204 | + </Annotations> |
| 30205 | + <Annotations Target="microsoft.graph.certificateBasedAuthPki"> |
| 30206 | + <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"> |
| 30207 | + <Record> |
| 30208 | + <PropertyValue Property="Countable" Bool="true" /> |
| 30209 | + </Record> |
| 30210 | + </Annotation> |
| 30211 | + <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"> |
| 30212 | + <Record> |
| 30213 | + <PropertyValue Property="Expandable" Bool="false" /> |
| 30214 | + </Record> |
| 30215 | + </Annotation> |
| 30216 | + <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"> |
| 30217 | + <Record> |
| 30218 | + <PropertyValue Property="Filterable" Bool="true" /> |
| 30219 | + </Record> |
| 30220 | + </Annotation> |
| 30221 | + <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"> |
| 30222 | + <Record> |
| 30223 | + <PropertyValue Property="Referenceable" Bool="false" /> |
| 30224 | + </Record> |
| 30225 | + </Annotation> |
| 30226 | + <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /> |
| 30227 | + <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /> |
| 30228 | + </Annotations> |
30090 | 30229 | <Annotations Target="microsoft.graph.certification/certificationDetailsUrl"> |
30091 | 30230 | <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /> |
30092 | 30231 | </Annotations> |
|
0 commit comments