Skip to content

Commit 76816c5

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean v1.0 metadata file with 203748
1 parent ec3801b commit 76816c5

4 files changed

Lines changed: 380 additions & 0 deletions

clean_v10_metadata/cleanMetadata.xml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34833,6 +34833,36 @@
3483334833
<Annotations Target="microsoft.graph.externalConnectors.externalConnection/state">
3483434834
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
3483534835
</Annotations>
34836+
<Annotations Target="microsoft.graph.fido2AuthenticationMethodConfiguration/isAttestationEnforced">
34837+
<Annotation Term="Org.OData.Core.V1.Revisions">
34838+
<Collection>
34839+
<Record>
34840+
<PropertyValue Property="Date" Date="2025-10-15" />
34841+
<PropertyValue Property="Description" String="This property is deprecated and will stop returning data on October 15, 2027. Please use passkeyProfiles property." />
34842+
<PropertyValue Property="Kind">
34843+
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
34844+
</PropertyValue>
34845+
<PropertyValue Property="RemovalDate" Date="2027-10-15" />
34846+
<PropertyValue Property="Version" String="2025-10/PasskeyGlobalProperties" />
34847+
</Record>
34848+
</Collection>
34849+
</Annotation>
34850+
</Annotations>
34851+
<Annotations Target="microsoft.graph.fido2AuthenticationMethodConfiguration/keyRestrictions">
34852+
<Annotation Term="Org.OData.Core.V1.Revisions">
34853+
<Collection>
34854+
<Record>
34855+
<PropertyValue Property="Date" Date="2025-10-15" />
34856+
<PropertyValue Property="Description" String="This property is deprecated and will stop returning data on October 15, 2027. Please use passkeyProfiles property." />
34857+
<PropertyValue Property="Kind">
34858+
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
34859+
</PropertyValue>
34860+
<PropertyValue Property="RemovalDate" Date="2027-10-15" />
34861+
<PropertyValue Property="Version" String="2025-10/PasskeyGlobalProperties" />
34862+
</Record>
34863+
</Collection>
34864+
</Annotation>
34865+
</Annotations>
3483634866
<Annotations Target="microsoft.graph.fileEncryptionInfo">
3483734867
<Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for file encryption information for the content version of a line-of-business app." />
3483834868
</Annotations>
@@ -41133,6 +41163,13 @@
4113341163
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
4113441164
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
4113541165
</Annotations>
41166+
<Annotations Target="microsoft.graph.security.identityContainer/sensorCandidates">
41167+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
41168+
<Record>
41169+
<PropertyValue Property="Upsertable" Bool="true" />
41170+
</Record>
41171+
</Annotation>
41172+
</Annotations>
4113641173
<Annotations Target="microsoft.graph.security.incident">
4113741174
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
4113841175
<Record>
@@ -47306,6 +47343,11 @@
4730647343
<Member Name="disableGrouping" Value="1" />
4730747344
<Member Name="unknownFutureValue" Value="2" />
4730847345
</EnumType>
47346+
<EnumType Name="sensorCandidateActivationMode">
47347+
<Member Name="manual" Value="1" />
47348+
<Member Name="automated" Value="2" />
47349+
<Member Name="unknownFutureValue" Value="3" />
47350+
</EnumType>
4730947351
<EnumType Name="sensorHealthStatus">
4731047352
<Member Name="healthy" Value="1" />
4731147353
<Member Name="notHealthyLow" Value="2" />
@@ -48323,6 +48365,8 @@
4832348365
</EntityType>
4832448366
<EntityType Name="identityContainer" BaseType="graph.entity">
4832548367
<NavigationProperty Name="healthIssues" Type="Collection(microsoft.graph.security.healthIssue)" ContainsTarget="true" />
48368+
<NavigationProperty Name="sensorCandidateActivationConfiguration" Type="microsoft.graph.security.sensorCandidateActivationConfiguration" ContainsTarget="true" Nullable="false" />
48369+
<NavigationProperty Name="sensorCandidates" Type="Collection(microsoft.graph.security.sensorCandidate)" ContainsTarget="true" />
4832648370
<NavigationProperty Name="sensors" Type="Collection(microsoft.graph.security.sensor)" ContainsTarget="true" />
4832748371
</EntityType>
4832848372
<EntityType Name="incident" BaseType="graph.entity">
@@ -48454,6 +48498,14 @@
4845448498
<Property Name="version" Type="Edm.String" Nullable="false" />
4845548499
<NavigationProperty Name="healthIssues" Type="Collection(microsoft.graph.security.healthIssue)" />
4845648500
</EntityType>
48501+
<EntityType Name="sensorCandidate" BaseType="graph.entity">
48502+
<Property Name="computerDnsName" Type="Edm.String" Nullable="false" />
48503+
<Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
48504+
<Property Name="senseClientVersion" Type="Edm.String" Nullable="false" />
48505+
</EntityType>
48506+
<EntityType Name="sensorCandidateActivationConfiguration" BaseType="graph.entity">
48507+
<Property Name="activationMode" Type="microsoft.graph.security.sensorCandidateActivationMode" Nullable="false" />
48508+
</EntityType>
4845748509
<EntityType Name="siteSource" BaseType="microsoft.graph.security.dataSource">
4845848510
<NavigationProperty Name="site" Type="graph.site" Nullable="false" />
4845948511
</EntityType>
@@ -48564,6 +48616,10 @@
4856448616
<EntityType Name="whoisRecord" BaseType="microsoft.graph.security.whoisBaseRecord">
4856548617
<NavigationProperty Name="history" Type="Collection(microsoft.graph.security.whoisHistoryRecord)" />
4856648618
</EntityType>
48619+
<Action Name="activate" IsBound="true">
48620+
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.security.sensorCandidate)" />
48621+
<Parameter Name="serverIds" Type="Collection(Edm.String)" Unicode="false" />
48622+
</Action>
4856748623
<Action Name="activate" IsBound="true">
4856848624
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryCustodian" />
4856948625
</Action>

clean_v10_metadata/cleanMetadataWithDescriptionsAndAnnotationsAndErrorsv1.0.xml

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76007,6 +76007,48 @@
7600776007
</Record>
7600876008
</Annotation>
7600976009
</Annotations>
76010+
<Annotations Target="microsoft.graph.GraphService/security/identities/identityAccounts">
76011+
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
76012+
<Record>
76013+
<PropertyValue Property="Description" String="List identityAccounts objects" />
76014+
<PropertyValue Property="LongDescription" String="Get a list of the identityAccounts objects and their properties." />
76015+
<PropertyValue Property="ReadByKeyRestrictions">
76016+
<Record>
76017+
<PropertyValue Property="Description" String="Get identityAccounts" />
76018+
<PropertyValue Property="LongDescription" String="Read the properties and relationships of a single identity security account object. This allows retrieving information about available identity accounts." />
76019+
</Record>
76020+
</PropertyValue>
76021+
</Record>
76022+
</Annotation>
76023+
<Annotation Term="Org.OData.Core.V1.Links">
76024+
<Collection>
76025+
<Record>
76026+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/list" />
76027+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/security-identitycontainer-list-identityaccounts?view=graph-rest-1.0" />
76028+
</Record>
76029+
<Record>
76030+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/get" />
76031+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/security-identityaccounts-get?view=graph-rest-1.0" />
76032+
</Record>
76033+
</Collection>
76034+
</Annotation>
76035+
</Annotations>
76036+
<Annotations Target="microsoft.graph.GraphService/security/identities/identityAccounts/invokeAction">
76037+
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
76038+
<Record>
76039+
<PropertyValue Property="Description" String="identityAccounts: invokeAction" />
76040+
<PropertyValue Property="LongDescription" String="Perform actions such as revoking accounts and forcing password reset for identity accounts that are observed in Microsoft Defender for Identity. This action allows reading and performing identity security actions on behalf of the signed-in identity." />
76041+
</Record>
76042+
</Annotation>
76043+
<Annotation Term="Org.OData.Core.V1.Links">
76044+
<Collection>
76045+
<Record>
76046+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/create" />
76047+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/security-identityaccounts-invokeaction?view=graph-rest-1.0" />
76048+
</Record>
76049+
</Collection>
76050+
</Annotation>
76051+
</Annotations>
7601076052
<Annotations Target="microsoft.graph.GraphService/security/identities/sensorCandidateActivationConfiguration">
7601176053
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
7601276054
<Record>
@@ -87629,6 +87671,36 @@
8762987671
<Annotations Target="microsoft.graph.externalConnectors.externalConnection/state">
8763087672
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
8763187673
</Annotations>
87674+
<Annotations Target="microsoft.graph.fido2AuthenticationMethodConfiguration/isAttestationEnforced">
87675+
<Annotation Term="Org.OData.Core.V1.Revisions">
87676+
<Collection>
87677+
<Record>
87678+
<PropertyValue Date="2025-10-15" Property="Date" />
87679+
<PropertyValue Property="Description" String="This property is deprecated and will stop returning data on October 15, 2027. Please use passkeyProfiles property." />
87680+
<PropertyValue Property="Kind">
87681+
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
87682+
</PropertyValue>
87683+
<PropertyValue Date="2027-10-15" Property="RemovalDate" />
87684+
<PropertyValue Property="Version" String="2025-10/PasskeyGlobalProperties" />
87685+
</Record>
87686+
</Collection>
87687+
</Annotation>
87688+
</Annotations>
87689+
<Annotations Target="microsoft.graph.fido2AuthenticationMethodConfiguration/keyRestrictions">
87690+
<Annotation Term="Org.OData.Core.V1.Revisions">
87691+
<Collection>
87692+
<Record>
87693+
<PropertyValue Date="2025-10-15" Property="Date" />
87694+
<PropertyValue Property="Description" String="This property is deprecated and will stop returning data on October 15, 2027. Please use passkeyProfiles property." />
87695+
<PropertyValue Property="Kind">
87696+
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
87697+
</PropertyValue>
87698+
<PropertyValue Date="2027-10-15" Property="RemovalDate" />
87699+
<PropertyValue Property="Version" String="2025-10/PasskeyGlobalProperties" />
87700+
</Record>
87701+
</Collection>
87702+
</Annotation>
87703+
</Annotations>
8763287704
<Annotations Target="microsoft.graph.fileEncryptionInfo">
8763387705
<Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for file encryption information for the content version of a line-of-business app." />
8763487706
</Annotations>
@@ -93908,6 +93980,13 @@
9390893980
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
9390993981
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
9391093982
</Annotations>
93983+
<Annotations Target="microsoft.graph.security.identityContainer/sensorCandidates">
93984+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
93985+
<Record>
93986+
<PropertyValue Property="Upsertable" Bool="true" />
93987+
</Record>
93988+
</Annotation>
93989+
</Annotations>
9391193990
<Annotations Target="microsoft.graph.security.incident">
9391293991
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
9391393992
<Record>
@@ -100222,6 +100301,11 @@
100222100301
<Member Name="disableGrouping" Value="1" />
100223100302
<Member Name="unknownFutureValue" Value="2" />
100224100303
</EnumType>
100304+
<EnumType Name="sensorCandidateActivationMode">
100305+
<Member Name="manual" Value="1" />
100306+
<Member Name="automated" Value="2" />
100307+
<Member Name="unknownFutureValue" Value="3" />
100308+
</EnumType>
100225100309
<EnumType Name="sensorHealthStatus">
100226100310
<Member Name="healthy" Value="1" />
100227100311
<Member Name="notHealthyLow" Value="2" />
@@ -101064,6 +101148,12 @@
101064101148
<NavigationProperty Name="healthIssues" Type="Collection(microsoft.graph.security.healthIssue)" ContainsTarget="true">
101065101149
<Annotation Term="Org.OData.Core.V1.Description" String="Represents potential issues identified by Microsoft Defender for Identity within a customer's Microsoft Defender for Identity configuration." />
101066101150
</NavigationProperty>
101151+
<NavigationProperty Name="sensorCandidateActivationConfiguration" Type="microsoft.graph.security.sensorCandidateActivationConfiguration" Nullable="false" ContainsTarget="true">
101152+
<Annotation Term="Org.OData.Core.V1.Description" String="Represents the activation mode of a Microsoft Defender for Identity sensor." />
101153+
</NavigationProperty>
101154+
<NavigationProperty Name="sensorCandidates" Type="Collection(microsoft.graph.security.sensorCandidate)" ContainsTarget="true">
101155+
<Annotation Term="Org.OData.Core.V1.Description" String="Represents Microsoft Defender for Identity sensors that are ready to be activated." />
101156+
</NavigationProperty>
101067101157
<NavigationProperty Name="sensors" Type="Collection(microsoft.graph.security.sensor)" ContainsTarget="true">
101068101158
<Annotation Term="Org.OData.Core.V1.Description" String="Represents a customer's Microsoft Defender for Identity sensors." />
101069101159
</NavigationProperty>
@@ -101389,6 +101479,22 @@
101389101479
<Annotation Term="Org.OData.Core.V1.Description" String="Represents potential issues within a customer's Microsoft Defender for Identity configuration that Microsoft Defender for Identity identified related to the sensor." />
101390101480
</NavigationProperty>
101391101481
</EntityType>
101482+
<EntityType Name="sensorCandidate" BaseType="graph.entity">
101483+
<Property Name="computerDnsName" Type="Edm.String" Nullable="false">
101484+
<Annotation Term="Org.OData.Core.V1.Description" String="The DNS name of the computer associated with the sensor." />
101485+
</Property>
101486+
<Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" Nullable="false">
101487+
<Annotation Term="Org.OData.Core.V1.Description" String="The date and time when the sensor was last seen." />
101488+
</Property>
101489+
<Property Name="senseClientVersion" Type="Edm.String" Nullable="false">
101490+
<Annotation Term="Org.OData.Core.V1.Description" String="The version of the Defender for Identity sensor client. Supports $filter (eq)." />
101491+
</Property>
101492+
</EntityType>
101493+
<EntityType Name="sensorCandidateActivationConfiguration" BaseType="graph.entity">
101494+
<Property Name="activationMode" Type="microsoft.graph.security.sensorCandidateActivationMode" Nullable="false">
101495+
<Annotation Term="Org.OData.Core.V1.Description" String="The mode for activating sensor candidates. The possible values are: manual, automated, unknownFutureValue." />
101496+
</Property>
101497+
</EntityType>
101392101498
<EntityType Name="siteSource" BaseType="microsoft.graph.security.dataSource">
101393101499
<NavigationProperty Name="site" Type="graph.site" Nullable="false">
101394101500
<Annotation Term="Org.OData.Core.V1.Description" String="The SharePoint site associated with the siteSource." />
@@ -102966,6 +103072,10 @@
102966103072
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.security.sensor)" />
102967103073
<ReturnType Type="microsoft.graph.security.sensorDeploymentPackage" />
102968103074
</Function>
103075+
<Action Name="activate" IsBound="true">
103076+
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.security.sensorCandidate)" />
103077+
<Parameter Name="serverIds" Type="Collection(Edm.String)" Unicode="false" />
103078+
</Action>
102969103079
<Action Name="activate" IsBound="true">
102970103080
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryCustodian" />
102971103081
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">

0 commit comments

Comments
 (0)