|
1620 | 1620 | <Member Name="arm64" Value="1" /> |
1621 | 1621 | <Member Name="unknownFutureValue" Value="2" /> |
1622 | 1622 | </EnumType> |
| 1623 | + <EnumType Name="cloudPcImportedSnapshotState"> |
| 1624 | + <Member Name="notUsed" Value="0" /> |
| 1625 | + <Member Name="inUse" Value="1" /> |
| 1626 | + <Member Name="expired" Value="2" /> |
| 1627 | + <Member Name="unknownFutureValue" Value="3" /> |
| 1628 | + </EnumType> |
1623 | 1629 | <EnumType Name="cloudPCInaccessibleReportName"> |
1624 | 1630 | <Member Name="inaccessibleCloudPcReports" Value="0" /> |
1625 | 1631 | <Member Name="inaccessibleCloudPcTrendReport" Value="1" /> |
|
1931 | 1937 | <Member Name="unhealthy" Value="2" /> |
1932 | 1938 | <Member Name="unknownFutureValue" Value="3" /> |
1933 | 1939 | </EnumType> |
| 1940 | + <EnumType Name="cloudPcSnapshotImportActionStatus"> |
| 1941 | + <Member Name="pending" Value="0" /> |
| 1942 | + <Member Name="inProgress" Value="1" /> |
| 1943 | + <Member Name="succeeded" Value="2" /> |
| 1944 | + <Member Name="failed" Value="3" /> |
| 1945 | + <Member Name="unknownFutureValue" Value="4" /> |
| 1946 | + </EnumType> |
| 1947 | + <EnumType Name="cloudPcSnapshotImportFileType"> |
| 1948 | + <Member Name="dataFile" Value="0" /> |
| 1949 | + <Member Name="virtualMachineGuestState" Value="1" /> |
| 1950 | + <Member Name="unknownFutureValue" Value="2" /> |
| 1951 | + </EnumType> |
| 1952 | + <EnumType Name="cloudPcSnapshotImportSourceType"> |
| 1953 | + <Member Name="azureStorageAccount" Value="0" /> |
| 1954 | + <Member Name="sasUrl" Value="1" /> |
| 1955 | + <Member Name="unknownFutureValue" Value="2" /> |
| 1956 | + </EnumType> |
1934 | 1957 | <EnumType Name="cloudPcSnapshotStatus"> |
1935 | 1958 | <Member Name="ready" Value="0" /> |
1936 | 1959 | <Member Name="unknownFutureValue" Value="999" /> |
|
10462 | 10485 | <Property Name="permission" Type="Edm.String" /> |
10463 | 10486 | <Property Name="scopeIds" Type="Collection(Edm.String)" /> |
10464 | 10487 | </ComplexType> |
| 10488 | + <ComplexType Name="cloudPcSnapshotImportActionDetail"> |
| 10489 | + <Property Name="fileType" Type="graph.cloudPcSnapshotImportFileType" Nullable="false" /> |
| 10490 | + <Property Name="sasUrl" Type="Edm.String" /> |
| 10491 | + <Property Name="sourceType" Type="graph.cloudPcSnapshotImportSourceType" Nullable="false" /> |
| 10492 | + <Property Name="storageBlobInfo" Type="graph.cloudPcStorageBlobDetail" /> |
| 10493 | + </ComplexType> |
| 10494 | + <ComplexType Name="cloudPcSnapshotImportActionResult"> |
| 10495 | + <Property Name="additionalDetail" Type="Edm.String" /> |
| 10496 | + <Property Name="assignedUserPrincipalName" Type="Edm.String" /> |
| 10497 | + <Property Name="endDateTime" Type="Edm.DateTimeOffset" /> |
| 10498 | + <Property Name="filename" Type="Edm.String" /> |
| 10499 | + <Property Name="importStatus" Type="graph.cloudPcSnapshotImportActionStatus" Nullable="false" /> |
| 10500 | + <Property Name="policyName" Type="Edm.String" /> |
| 10501 | + <Property Name="snapshotId" Type="Edm.String" /> |
| 10502 | + <Property Name="startDateTime" Type="Edm.DateTimeOffset" /> |
| 10503 | + <Property Name="usageStatus" Type="graph.cloudPcImportedSnapshotState" Nullable="false" /> |
| 10504 | + </ComplexType> |
10465 | 10505 | <ComplexType Name="cloudPcSourceDeviceImage"> |
10466 | 10506 | <Property Name="displayName" Type="Edm.String" /> |
10467 | 10507 | <Property Name="id" Type="Edm.String" /> |
|
10483 | 10523 | <Property Name="count" Type="Edm.Int32" /> |
10484 | 10524 | <Property Name="status" Type="graph.cloudPcStatus" Nullable="false" /> |
10485 | 10525 | </ComplexType> |
| 10526 | + <ComplexType Name="cloudPcStorageBlobDetail"> |
| 10527 | + <Property Name="containerName" Type="Edm.String" Nullable="false" /> |
| 10528 | + <Property Name="fileName" Type="Edm.String" Nullable="false" /> |
| 10529 | + <Property Name="storageAccountId" Type="Edm.String" Nullable="false" /> |
| 10530 | + </ComplexType> |
10486 | 10531 | <ComplexType Name="cloudPcSubscription"> |
10487 | 10532 | <Property Name="subscriptionId" Type="Edm.String" /> |
10488 | 10533 | <Property Name="subscriptionName" Type="Edm.String" /> |
|
33590 | 33635 | <Parameter Name="overwriteResourceNamespace" Type="Edm.Boolean" Nullable="false" /> |
33591 | 33636 | <ReturnType Type="graph.unifiedRbacResourceNamespace" /> |
33592 | 33637 | </Action> |
| 33638 | + <Action Name="importSnapshot" IsBound="true"> |
| 33639 | + <Parameter Name="bindingParameter" Type="Collection(graph.cloudPcSnapshot)" /> |
| 33640 | + <Parameter Name="sourceFiles" Type="Collection(graph.cloudPcSnapshotImportActionDetail)" /> |
| 33641 | + <Parameter Name="assignedUserId" Type="Edm.String" Unicode="false" /> |
| 33642 | + <ReturnType Type="graph.cloudPcSnapshotImportActionResult" /> |
| 33643 | + </Action> |
33593 | 33644 | <Action Name="imPower" IsBound="true"> |
33594 | 33645 | <Parameter Name="bindparameter" Type="graph.workbookFunctions" /> |
33595 | 33646 | <Parameter Name="inumber" Type="graph.Json" /> |
|
34423 | 34474 | <Action Name="publish" IsBound="true"> |
34424 | 34475 | <Parameter Name="bookingBusiness" Type="graph.bookingBusiness" Nullable="false" /> |
34425 | 34476 | </Action> |
| 34477 | + <Action Name="purgeImportedSnapshot" IsBound="true"> |
| 34478 | + <Parameter Name="bindingParameter" Type="Collection(graph.cloudPcSnapshot)" /> |
| 34479 | + <Parameter Name="snapshotIds" Type="Collection(Edm.String)" Unicode="false" /> |
| 34480 | + </Action> |
34426 | 34481 | <Action Name="pv" IsBound="true"> |
34427 | 34482 | <Parameter Name="bindparameter" Type="graph.workbookFunctions" /> |
34428 | 34483 | <Parameter Name="rate" Type="graph.Json" /> |
|
37719 | 37774 | <Parameter Name="bindingParameter" Type="graph.virtualEndpoint" /> |
37720 | 37775 | <ReturnType Type="Collection(graph.cloudPcScopedPermission)" /> |
37721 | 37776 | </Function> |
| 37777 | + <Function Name="retrieveSnapshotImportResults" IsBound="true"> |
| 37778 | + <Parameter Name="bindingParameter" Type="Collection(graph.cloudPcSnapshot)" /> |
| 37779 | + <Parameter Name="snapshotId" Type="Edm.String" Unicode="false" /> |
| 37780 | + <ReturnType Type="Collection(graph.cloudPcSnapshotImportActionResult)" /> |
| 37781 | + </Function> |
37722 | 37782 | <Function Name="retrieveSnapshots" IsBound="true"> |
37723 | 37783 | <Parameter Name="bindingParameter" Type="graph.cloudPC" /> |
37724 | 37784 | <ReturnType Type="Collection(graph.cloudPcSnapshot)" /> |
|
38120 | 38180 | <NavigationPropertyBinding Path="transitiveReports" Target="directoryObjects" /> |
38121 | 38181 | </Singleton> |
38122 | 38182 | <Singleton Name="monitoring" Type="microsoft.graph.deviceManagement.monitoring" /> |
38123 | | - <Singleton Name="networkAccess" Type="microsoft.graph.networkaccess.networkAccessRoot"> |
38124 | | - <NavigationPropertyBinding Path="forwardingProfiles/servicePrincipal" Target="servicePrincipals" /> |
38125 | | - </Singleton> |
| 38183 | + <Singleton Name="networkAccess" Type="microsoft.graph.networkaccess.networkAccessRoot" /> |
38126 | 38184 | <Singleton Name="planner" Type="microsoft.graph.planner"> |
38127 | 38185 | <NavigationPropertyBinding Path="buckets/tasks" Target="planner/tasks" /> |
38128 | 38186 | <NavigationPropertyBinding Path="plans/buckets" Target="planner/buckets" /> |
|
71838 | 71896 | </Collection> |
71839 | 71897 | </Annotation> |
71840 | 71898 | </Annotations> |
| 71899 | + <Annotations Target="microsoft.graph.security.identityContainer/sensorCandidates"> |
| 71900 | + <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
| 71901 | + <Record> |
| 71902 | + <PropertyValue Property="Upsertable" Bool="true" /> |
| 71903 | + </Record> |
| 71904 | + </Annotation> |
| 71905 | + </Annotations> |
71841 | 71906 | <Annotations Target="microsoft.graph.security.incident"> |
71842 | 71907 | <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"> |
71843 | 71908 | <Record> |
|
84087 | 84152 | <Property Name="trafficForwardingType" Type="microsoft.graph.networkaccess.trafficForwardingType" Nullable="false" /> |
84088 | 84153 | </EntityType> |
84089 | 84154 | <EntityType Name="forwardingPolicyLink" BaseType="microsoft.graph.networkaccess.policyLink" /> |
84090 | | - <EntityType Name="forwardingProfile" BaseType="microsoft.graph.networkaccess.profile"> |
84091 | | - <Property Name="associations" Type="Collection(microsoft.graph.networkaccess.association)" /> |
84092 | | - <Property Name="priority" Type="Edm.Int32" Nullable="false" /> |
84093 | | - <Property Name="trafficForwardingType" Type="microsoft.graph.networkaccess.trafficForwardingType" Nullable="false" /> |
84094 | | - <NavigationProperty Name="servicePrincipal" Type="graph.servicePrincipal" Nullable="false" /> |
84095 | | - </EntityType> |
84096 | 84155 | <EntityType Name="forwardingRule" BaseType="microsoft.graph.networkaccess.policyRule" Abstract="true"> |
84097 | 84156 | <Property Name="action" Type="microsoft.graph.networkaccess.forwardingRuleAction" Nullable="false" /> |
84098 | 84157 | <Property Name="clientFallbackAction" Type="microsoft.graph.networkaccess.clientFallbackAction" Nullable="false" /> |
|
84106 | 84165 | <EntityType Name="networkAccessRoot" BaseType="graph.entity"> |
84107 | 84166 | <NavigationProperty Name="alerts" Type="Collection(microsoft.graph.networkaccess.alert)" ContainsTarget="true" /> |
84108 | 84167 | <NavigationProperty Name="forwardingPolicies" Type="Collection(microsoft.graph.networkaccess.forwardingPolicy)" ContainsTarget="true" /> |
84109 | | - <NavigationProperty Name="forwardingProfiles" Type="Collection(microsoft.graph.networkaccess.forwardingProfile)" ContainsTarget="true" /> |
84110 | 84168 | <NavigationProperty Name="logs" Type="microsoft.graph.networkaccess.logs" ContainsTarget="true" /> |
84111 | 84169 | <NavigationProperty Name="reports" Type="microsoft.graph.networkaccess.reports" ContainsTarget="true" /> |
84112 | 84170 | <NavigationProperty Name="tenantStatus" Type="microsoft.graph.networkaccess.tenantStatus" ContainsTarget="true" /> |
|
84177 | 84235 | <Property Name="name" Type="Edm.String" Nullable="false" /> |
84178 | 84236 | </EntityType> |
84179 | 84237 | <EntityType Name="privateAccessForwardingRule" BaseType="microsoft.graph.networkaccess.forwardingRule" /> |
84180 | | - <EntityType Name="profile" BaseType="graph.entity" Abstract="true"> |
84181 | | - <Property Name="description" Type="Edm.String" /> |
84182 | | - <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
84183 | | - <Property Name="name" Type="Edm.String" Nullable="false" /> |
84184 | | - <Property Name="state" Type="microsoft.graph.networkaccess.status" Nullable="false" /> |
84185 | | - <Property Name="version" Type="Edm.String" Nullable="false" /> |
84186 | | - <NavigationProperty Name="policies" Type="Collection(microsoft.graph.networkaccess.policyLink)" ContainsTarget="true" /> |
84187 | | - </EntityType> |
84188 | 84238 | <EntityType Name="remoteNetworkHealthEvent" BaseType="graph.entity" Abstract="true"> |
84189 | 84239 | <Property Name="bgpRoutesAdvertisedCount" Type="Edm.Int32" /> |
84190 | 84240 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
|
84934 | 84984 | <Member Name="disableGrouping" Value="1" /> |
84935 | 84985 | <Member Name="unknownFutureValue" Value="2" /> |
84936 | 84986 | </EnumType> |
| 84987 | + <EnumType Name="sensorCandidateActivationMode"> |
| 84988 | + <Member Name="manual" Value="1" /> |
| 84989 | + <Member Name="automated" Value="2" /> |
| 84990 | + <Member Name="unknownFutureValue" Value="3" /> |
| 84991 | + </EnumType> |
84937 | 84992 | <EnumType Name="sensorHealthStatus"> |
84938 | 84993 | <Member Name="healthy" Value="1" /> |
84939 | 84994 | <Member Name="notHealthyLow" Value="2" /> |
|
85850 | 85905 | <EntityType Name="identityContainer" BaseType="graph.entity"> |
85851 | 85906 | <NavigationProperty Name="healthIssues" Type="Collection(microsoft.graph.security.healthIssue)" ContainsTarget="true" /> |
85852 | 85907 | <NavigationProperty Name="identityAccounts" Type="Collection(microsoft.graph.security.identityAccounts)" ContainsTarget="true" /> |
| 85908 | + <NavigationProperty Name="sensorCandidateActivationConfiguration" Type="microsoft.graph.security.sensorCandidateActivationConfiguration" ContainsTarget="true" Nullable="false" /> |
| 85909 | + <NavigationProperty Name="sensorCandidates" Type="Collection(microsoft.graph.security.sensorCandidate)" ContainsTarget="true" /> |
85853 | 85910 | <NavigationProperty Name="sensors" Type="Collection(microsoft.graph.security.sensor)" ContainsTarget="true" /> |
85854 | 85911 | </EntityType> |
85855 | 85912 | <EntityType Name="incident" BaseType="graph.entity"> |
|
85972 | 86029 | <Property Name="version" Type="Edm.String" Nullable="false" /> |
85973 | 86030 | <NavigationProperty Name="healthIssues" Type="Collection(microsoft.graph.security.healthIssue)" /> |
85974 | 86031 | </EntityType> |
| 86032 | + <EntityType Name="sensorCandidate" BaseType="graph.entity"> |
| 86033 | + <Property Name="computerDnsName" Type="Edm.String" Nullable="false" /> |
| 86034 | + <Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
| 86035 | + <Property Name="senseClientVersion" Type="Edm.String" Nullable="false" /> |
| 86036 | + </EntityType> |
| 86037 | + <EntityType Name="sensorCandidateActivationConfiguration" BaseType="graph.entity"> |
| 86038 | + <Property Name="activationMode" Type="microsoft.graph.security.sensorCandidateActivationMode" Nullable="false" /> |
| 86039 | + </EntityType> |
85975 | 86040 | <EntityType Name="siteSource" BaseType="microsoft.graph.security.dataSource"> |
85976 | 86041 | <NavigationProperty Name="site" Type="graph.site" Nullable="false" /> |
85977 | 86042 | </EntityType> |
|
86001 | 86066 | <Property Name="includedSources" Type="microsoft.graph.security.sourceType" /> |
86002 | 86067 | <Property Name="siteWebUrl" Type="Edm.String" /> |
86003 | 86068 | </EntityType> |
| 86069 | + <Action Name="activate" IsBound="true"> |
| 86070 | + <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.security.sensorCandidate)" /> |
| 86071 | + <Parameter Name="serverIds" Type="Collection(Edm.String)" Unicode="false" /> |
| 86072 | + </Action> |
86004 | 86073 | <Action Name="activate" IsBound="true"> |
86005 | 86074 | <Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryCustodian" /> |
86006 | 86075 | </Action> |
|
0 commit comments