Skip to content

Commit ccf1b06

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean v1.0 metadata file with 210015 [skip ci]
1 parent 004606d commit ccf1b06

3 files changed

Lines changed: 501 additions & 21 deletions

clean_v10_metadata/cleanMetadataWithDescriptionsAndAnnotationsAndErrorsv1.0.xml

Lines changed: 167 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8129,7 +8129,7 @@
81298129
</EntityType>
81308130
<EntityType Name="authenticationMethodModeDetail" BaseType="graph.entity">
81318131
<Property Name="authenticationMethod" Type="graph.baseAuthenticationMethod" Nullable="false">
8132-
<Annotation Term="Org.OData.Core.V1.Description" String="The authentication method that this mode modifies. The possible values are: password, voice, hardwareOath, softwareOath, sms, fido2, windowsHelloForBusiness, microsoftAuthenticator, temporaryAccessPass, email, x509Certificate, federation, unknownFutureValue, qrCodePin. Use the Prefer: include-unknown-enum-members request header to get the following members from this evolvable enum: qrCodePin." />
8132+
<Annotation Term="Org.OData.Core.V1.Description" String="The authentication method that this mode modifies." />
81338133
</Property>
81348134
<Property Name="displayName" Type="Edm.String" Nullable="false">
81358135
<Annotation Term="Org.OData.Core.V1.Description" String="The display name of this mode" />
@@ -14154,8 +14154,12 @@
1415414154
<Property Name="renewedDateTime" Type="Edm.DateTimeOffset">
1415514155
<Annotation Term="Org.OData.Core.V1.Description" String="Timestamp of when the group was last renewed. This value can't be modified directly and is only updated via the renew service action. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only." />
1415614156
</Property>
14157-
<Property Name="resourceBehaviorOptions" Type="Collection(Edm.String)" Nullable="false" />
14158-
<Property Name="resourceProvisioningOptions" Type="Collection(Edm.String)" Nullable="false" />
14157+
<Property Name="resourceBehaviorOptions" Type="Collection(Edm.String)" Nullable="false">
14158+
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies the group behaviors that can be set for a Microsoft 365 group during creation. This property can be set only as part of creation (POST). For the list of possible values, see Microsoft 365 group behaviors and provisioning options." />
14159+
</Property>
14160+
<Property Name="resourceProvisioningOptions" Type="Collection(Edm.String)" Nullable="false">
14161+
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies the group resources that are associated with the Microsoft 365 group. The possible value is Team. For more information, see Microsoft 365 group behaviors and provisioning options. Returned by default. Supports $filter (eq, not, startsWith)." />
14162+
</Property>
1415914163
<Property Name="securityEnabled" Type="Edm.Boolean">
1416014164
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether the group is a security group. Required. Returned by default. Supports $filter (eq, ne, not, in)." />
1416114165
</Property>
@@ -55416,8 +55420,8 @@
5541655420
<Annotations Target="microsoft.graph.GraphService/groups/memberOf">
5541755421
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
5541855422
<Record>
55419-
<PropertyValue Property="Description" String="List memberOf" />
55420-
<PropertyValue Property="LongDescription" String="Get groups that the group is a direct member of. This operation is not transitive. Unlike getting a user's Microsoft 365 groups, this returns all types of groups, not just Microsoft 365 groups." />
55423+
<PropertyValue Property="Description" String="List group memberships" />
55424+
<PropertyValue Property="LongDescription" String="Get security groups, administrative units, and admin roles that the security group is a direct member of, or administrative units and admin roles that the Microsoft 365 group is a direct member of. This operation is not transitive." />
5542155425
</Record>
5542255426
</Annotation>
5542355427
<Annotation Term="Org.OData.Core.V1.Links">
@@ -55432,8 +55436,8 @@
5543255436
<Annotations Target="microsoft.graph.GraphService/groups/memberOf/microsoft.graph.group">
5543355437
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
5543455438
<Record>
55435-
<PropertyValue Property="Description" String="List memberOf" />
55436-
<PropertyValue Property="LongDescription" String="Get groups that the group is a direct member of. This operation is not transitive. Unlike getting a user's Microsoft 365 groups, this returns all types of groups, not just Microsoft 365 groups." />
55439+
<PropertyValue Property="Description" String="List group memberships" />
55440+
<PropertyValue Property="LongDescription" String="Get security groups, administrative units, and admin roles that the security group is a direct member of, or administrative units and admin roles that the Microsoft 365 group is a direct member of. This operation is not transitive." />
5543755441
</Record>
5543855442
</Annotation>
5543955443
<Annotation Term="Org.OData.Core.V1.Links">
@@ -60246,6 +60250,94 @@
6024660250
</Collection>
6024760251
</Annotation>
6024860252
</Annotations>
60253+
<Annotations Target="microsoft.graph.GraphService/users/authentication/qrCodePinMethod">
60254+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
60255+
<Record>
60256+
<PropertyValue Property="Description" String="Create qrCodePinAuthenticationMethod" />
60257+
<PropertyValue Property="LongDescription" String="Create a new qrCodePinAuthenticationMethod object for the user. A user can have only one active QR code authentication method. A new QR code authentication can be added if an existing one expires or is deleted and is therefore unusable for sign-in. This auth method can have standard and temporary QR codes. An active QR code authentication method can have only one active standard and one temporary QR code. To create a new QR code authentication method, standard QR code, or temporary QR code, you must first delete existing respective objects." />
60258+
</Record>
60259+
</Annotation>
60260+
<Annotation Term="Org.OData.Core.V1.Links">
60261+
<Collection>
60262+
<Record>
60263+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/update" />
60264+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/authentication-put-qrcodepinmethod?view=graph-rest-1.0" />
60265+
</Record>
60266+
<Record>
60267+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/delete" />
60268+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/qrcodepinauthenticationmethod-delete?view=graph-rest-1.0" />
60269+
</Record>
60270+
<Record>
60271+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/list" />
60272+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/qrcodepinauthenticationmethod-get?view=graph-rest-1.0" />
60273+
</Record>
60274+
</Collection>
60275+
</Annotation>
60276+
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
60277+
<Record>
60278+
<PropertyValue Property="Description" String="Delete qrCodePinAuthenticationMethod" />
60279+
<PropertyValue Property="LongDescription" String="Delete a user's qrCodePinAuthenticationMethod object. This deletes the entire QR code PIN authentication method, including both QR codes (standard and temporary) and the PIN." />
60280+
</Record>
60281+
</Annotation>
60282+
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
60283+
<Record>
60284+
<PropertyValue Property="Description" String="Get qrCodePinAuthenticationMethod" />
60285+
<PropertyValue Property="LongDescription" String="Read the properties of a user's qrCodePinAuthenticationMethod object. This returns the QR code PIN authentication method registered to the user." />
60286+
</Record>
60287+
</Annotation>
60288+
</Annotations>
60289+
<Annotations Target="microsoft.graph.GraphService/users/authentication/qrCodePinMethod/pin">
60290+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
60291+
<Record>
60292+
<PropertyValue Property="Description" String="Update qrPin" />
60293+
<PropertyValue Property="LongDescription" String="Reset a user's PIN and generate a new temporary PIN that's represented by a qrPin object and is linked to the user's QR Code authentication method object." />
60294+
</Record>
60295+
</Annotation>
60296+
<Annotation Term="Org.OData.Core.V1.Links">
60297+
<Collection>
60298+
<Record>
60299+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/update" />
60300+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/qrpin-update?view=graph-rest-1.0" />
60301+
</Record>
60302+
</Collection>
60303+
</Annotation>
60304+
</Annotations>
60305+
<Annotations Target="microsoft.graph.GraphService/users/authentication/qrCodePinMethod/standardQRCode">
60306+
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
60307+
<Record>
60308+
<PropertyValue Property="Description" String="Delete qrCode" />
60309+
<PropertyValue Property="LongDescription" String="Delete a standard or temporary qrCode object." />
60310+
</Record>
60311+
</Annotation>
60312+
<Annotation Term="Org.OData.Core.V1.Links">
60313+
<Collection>
60314+
<Record>
60315+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/delete" />
60316+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/qrcode-delete?view=graph-rest-1.0" />
60317+
</Record>
60318+
<Record>
60319+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/list" />
60320+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/qrcode-get?view=graph-rest-1.0" />
60321+
</Record>
60322+
<Record>
60323+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/update" />
60324+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/qrcode-update?view=graph-rest-1.0" />
60325+
</Record>
60326+
</Collection>
60327+
</Annotation>
60328+
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
60329+
<Record>
60330+
<PropertyValue Property="Description" String="Get qrCode" />
60331+
<PropertyValue Property="LongDescription" String="Read the properties and relationships of a qrCode object." />
60332+
</Record>
60333+
</Annotation>
60334+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
60335+
<Record>
60336+
<PropertyValue Property="Description" String="Create or Update QR code" />
60337+
<PropertyValue Property="LongDescription" String="Create a standard or temporary QR code, if there is no active QR code, or update a standard QR code. Only the expireDateTime property can be updated for a standard QR code." />
60338+
</Record>
60339+
</Annotation>
60340+
</Annotations>
6024960341
<Annotations Target="microsoft.graph.GraphService/users/authentication/softwareOathMethods">
6025060342
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
6025160343
<Record>
@@ -68601,6 +68693,38 @@
6860168693
</Collection>
6860268694
</Annotation>
6860368695
</Annotations>
68696+
<Annotations Target="microsoft.graph.GraphService/me/authentication/qrCodePinMethod/pin/updatePin">
68697+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
68698+
<Record>
68699+
<PropertyValue Property="Description" String="qrPin: updatePin" />
68700+
<PropertyValue Property="LongDescription" String="Update the qrPin. Any user can update their own qrPin without belonging to any administrator role." />
68701+
</Record>
68702+
</Annotation>
68703+
<Annotation Term="Org.OData.Core.V1.Links">
68704+
<Collection>
68705+
<Record>
68706+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/update" />
68707+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/qrpin-updatepin?view=graph-rest-1.0" />
68708+
</Record>
68709+
</Collection>
68710+
</Annotation>
68711+
</Annotations>
68712+
<Annotations Target="microsoft.graph.GraphService/me/authentication/qrCodePinMethod/standardQRCode">
68713+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
68714+
<Record>
68715+
<PropertyValue Property="Description" String="Create or Update QR code" />
68716+
<PropertyValue Property="LongDescription" String="Create a standard or temporary QR code, if there is no active QR code, or update a standard QR code. Only the expireDateTime property can be updated for a standard QR code." />
68717+
</Record>
68718+
</Annotation>
68719+
<Annotation Term="Org.OData.Core.V1.Links">
68720+
<Collection>
68721+
<Record>
68722+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/update" />
68723+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/qrcode-update?view=graph-rest-1.0" />
68724+
</Record>
68725+
</Collection>
68726+
</Annotation>
68727+
</Annotations>
6860468728
<Annotations Target="microsoft.graph.GraphService/me/authentication/softwareOathMethods">
6860568729
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
6860668730
<Record>
@@ -73860,6 +73984,42 @@
7386073984
</Record>
7386173985
</Annotation>
7386273986
</Annotations>
73987+
<Annotations Target="microsoft.graph.GraphService/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/qrCodePin">
73988+
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
73989+
<Record>
73990+
<PropertyValue Property="Description" String="Delete qrCodePinAuthenticationMethodConfiguration" />
73991+
<PropertyValue Property="LongDescription" String="Delete a qrCodePinAuthenticationMethodConfiguration object and restore the default configuration for the QR code PIN authentication method policy." />
73992+
</Record>
73993+
</Annotation>
73994+
<Annotation Term="Org.OData.Core.V1.Links">
73995+
<Collection>
73996+
<Record>
73997+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/delete" />
73998+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/qrcodepinauthenticationmethodconfiguration-delete?view=graph-rest-1.0" />
73999+
</Record>
74000+
<Record>
74001+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/list" />
74002+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/qrcodepinauthenticationmethodconfiguration-get?view=graph-rest-1.0" />
74003+
</Record>
74004+
<Record>
74005+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/update" />
74006+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/qrcodepinauthenticationmethodconfiguration-update?view=graph-rest-1.0" />
74007+
</Record>
74008+
</Collection>
74009+
</Annotation>
74010+
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
74011+
<Record>
74012+
<PropertyValue Property="Description" String="Get qrCodePinAuthenticationMethodConfiguration" />
74013+
<PropertyValue Property="LongDescription" String="Read the properties and relationships of a qrCodePinAuthenticationMethodConfiguration object, which represents the QR code PIN authentication method policy for the Microsoft Entra tenant." />
74014+
</Record>
74015+
</Annotation>
74016+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
74017+
<Record>
74018+
<PropertyValue Property="Description" String="Update qrCodePinAuthenticationMethodConfiguration" />
74019+
<PropertyValue Property="LongDescription" String="Update the properties of a qrCodePinAuthenticationMethodConfiguration object, which represents the QR code PIN authentication method policy for the Microsoft Entra tenant." />
74020+
</Record>
74021+
</Annotation>
74022+
</Annotations>
7386374023
<Annotations Target="microsoft.graph.GraphService/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/sms">
7386474024
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
7386574025
<Record>

0 commit comments

Comments
 (0)