Skip to content

Commit d26537d

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean beta metadata file with 203832 [skip ci]
1 parent 50dc2a0 commit d26537d

File tree

3 files changed

+162
-78
lines changed

3 files changed

+162
-78
lines changed

clean_beta_metadata/cleanMetadataWithDescriptionsAndAnnotationsAndErrorsbeta.xml

Lines changed: 54 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -27925,26 +27925,32 @@
2792527925
<Property Name="model" Type="Edm.String">
2792627926
<Annotation Term="Org.OData.Core.V1.Description" String="The manufacturer-assigned model of the FIDO2 security key." />
2792727927
</Property>
27928-
<Property Name="passkeyType" Type="graph.passkeyType" />
27928+
<Property Name="passkeyType" Type="graph.passkeyType">
27929+
<Annotation Term="Org.OData.Core.V1.Description" String="The type of passkey allowed in the passkey profile. The possible values are: deviceBound, synced, unknownFutureValue." />
27930+
</Property>
2792927931
<Property Name="publicKeyCredential" Type="graph.webauthnPublicKeyCredential">
2793027932
<Annotation Term="Org.OData.Core.V1.Description" String="Contains the WebAuthn public key credential information being registered. Only used for write requests. This property isn't returned on read operations." />
2793127933
</Property>
2793227934
</EntityType>
2793327935
<EntityType Name="fido2AuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration">
27934-
<Property Name="defaultPasskeyProfile" Type="Edm.String" />
27936+
<Property Name="defaultPasskeyProfile" Type="Edm.String">
27937+
<Annotation Term="Org.OData.Core.V1.Description" String="The non-deletable baseline passkey profile, within the passkey profile collection. It is automatically created when migrating to passkey profiles and initially mirrors the tenant's legacy global Passkey (FIDO2) authentication methods policy settings." />
27938+
</Property>
2793527939
<Property Name="isAttestationEnforced" Type="Edm.Boolean">
27936-
<Annotation Term="Org.OData.Core.V1.Description" String="Determines whether attestation must be enforced for FIDO2 security key registration." />
27940+
<Annotation Term="Org.OData.Core.V1.Description" String="Determines whether attestation must be enforced for FIDO2 passkey registration." />
2793727941
</Property>
2793827942
<Property Name="isSelfServiceRegistrationAllowed" Type="Edm.Boolean">
27939-
<Annotation Term="Org.OData.Core.V1.Description" String="Determines if users can register new FIDO2 security keys." />
27943+
<Annotation Term="Org.OData.Core.V1.Description" String="Determines if users can register new FIDO2 passkeys." />
2794027944
</Property>
2794127945
<Property Name="keyRestrictions" Type="graph.fido2KeyRestrictions">
27942-
<Annotation Term="Org.OData.Core.V1.Description" String="Controls whether key restrictions are enforced on FIDO2 security keys, either allowing or disallowing certain key types as defined by Authenticator Attestation GUID (AAGUID), an identifier that indicates the type (for example, make and model) of the authenticator." />
27946+
<Annotation Term="Org.OData.Core.V1.Description" String="Controls whether key restrictions are enforced on FIDO2 passkeys, either allowing or disallowing certain key types as defined by Authenticator Attestation GUID (AAGUID), an identifier that indicates the type (for example, make and model) of the authenticator." />
2794327947
</Property>
2794427948
<NavigationProperty Name="includeTargets" Type="Collection(graph.passkeyAuthenticationMethodTarget)" ContainsTarget="true">
2794527949
<Annotation Term="Org.OData.Core.V1.Description" String="A collection of groups that are enabled to use the authentication method." />
2794627950
</NavigationProperty>
27947-
<NavigationProperty Name="passkeyProfiles" Type="Collection(graph.passkeyProfile)" />
27951+
<NavigationProperty Name="passkeyProfiles" Type="Collection(graph.passkeyProfile)">
27952+
<Annotation Term="Org.OData.Core.V1.Description" String="A collection of configuration profiles that control the registration of and authentication with Passkeys (FIDO2)." />
27953+
</NavigationProperty>
2794827954
</EntityType>
2794927955
<EntityType Name="fido2CombinationConfiguration" BaseType="graph.authenticationCombinationConfiguration">
2795027956
<Property Name="allowedAAGUIDs" Type="Collection(Edm.String)" Nullable="false">
@@ -37954,13 +37960,23 @@
3795437960
</NavigationProperty>
3795537961
</EntityType>
3795637962
<EntityType Name="passkeyAuthenticationMethodTarget" BaseType="graph.authenticationMethodTarget">
37957-
<Property Name="allowedPasskeyProfiles" Type="Collection(Edm.Guid)" />
37963+
<Property Name="allowedPasskeyProfiles" Type="Collection(Edm.Guid)">
37964+
<Annotation Term="Org.OData.Core.V1.Description" String="List of passkey profiles scoped to the targets. Required." />
37965+
</Property>
3795837966
</EntityType>
3795937967
<EntityType Name="passkeyProfile" BaseType="graph.entity">
37960-
<Property Name="attestationEnforcement" Type="graph.attestationEnforcement" Nullable="false" />
37961-
<Property Name="keyRestrictions" Type="graph.fido2KeyRestrictions" />
37962-
<Property Name="name" Type="Edm.String" />
37963-
<Property Name="passkeyTypes" Type="graph.passkeyTypes" />
37968+
<Property Name="attestationEnforcement" Type="graph.attestationEnforcement" Nullable="false">
37969+
<Annotation Term="Org.OData.Core.V1.Description" String="Determines whether attestation must be enforced for FIDO2 passkey registration. Required. The possible values are: disabled, registrationOnly, unknownFutureValue." />
37970+
</Property>
37971+
<Property Name="keyRestrictions" Type="graph.fido2KeyRestrictions">
37972+
<Annotation Term="Org.OData.Core.V1.Description" String="Controls whether key restrictions are enforced on FIDO2 passkeys, either allowing or disallowing certain key types as defined by Authenticator Attestation GUID (AAGUID), an identifier that indicates the type (for example, make and model) of the authenticator. Required." />
37973+
</Property>
37974+
<Property Name="name" Type="Edm.String">
37975+
<Annotation Term="Org.OData.Core.V1.Description" String="Name of the passkey profile. Required." />
37976+
</Property>
37977+
<Property Name="passkeyTypes" Type="graph.passkeyTypes">
37978+
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies which types of passkeys are targeted in this passkey profile. Required. The possible values are: deviceBound, synced, unknownFutureValue." />
37979+
</Property>
3796437980
</EntityType>
3796537981
<EntityType Name="passwordAuthenticationMethod" BaseType="graph.authenticationMethod">
3796637982
<Property Name="password" Type="Edm.String">
@@ -49748,7 +49764,7 @@
4974849764
<EntityType Name="webPart" BaseType="graph.entity" Abstract="true" />
4974949765
<EntityType Name="whatIfAnalysisResult" BaseType="graph.conditionalAccessPolicy">
4975049766
<Property Name="analysisReasons" Type="graph.whatIfAnalysisReasons" Nullable="false">
49751-
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies the reasons why a policy didn't apply. analysisReasons is set to notSet when policyApplies is true and one of the following values when policyApplies is false: notEnoughInformation, invalidCondition, users, workloadIdentities, application, userActions, authenticationContext, devicePlatform, devices, clientApps, location, signInRisk, emptyPolicy, invalidPolicy, policyNotEnabled, userRisk, time, insiderRisk, authenticationFlow, unknownFutureValue." />
49767+
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies the reasons why a policy didn't apply. analysisReasons is set to notSet when policyApplies is true and one of the following values when policyApplies is false: notEnoughInformation, invalidCondition, users, workloadIdentities, application, userActions, authenticationContext, devicePlatform, devices, clientApps, location, signInRisk, emptyPolicy, invalidPolicy, policyNotEnabled, userRisk, time, insiderRisk, authenticationFlow, unknownFutureValue, agentIdRisk, agentIdentities. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: agentIdRisk, agentIdentities." />
4975249768
</Property>
4975349769
<Property Name="policyApplies" Type="Edm.Boolean" Nullable="false">
4975449770
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether the policy applies to the sign-in properties provided in the request body. If policyApplies is true, the policy applies to the sign-in based on the sign-in properties provided. If policyApplies is false, the policy doesn't apply to the sign-in based on the sign-in properties provided and the analysisReasons property is populated to show the reason for the policy not applying." />
@@ -60007,7 +60023,7 @@
6000760023
<Annotation Term="Org.OData.Core.V1.Description" String="Service principal IDs excluded from the policy scope." />
6000860024
</Property>
6000960025
<Property Name="includeServicePrincipals" Type="Collection(Edm.String)" Nullable="false">
60010-
<Annotation Term="Org.OData.Core.V1.Description" String="Service principal IDs included in the policy scope, or ServicePrincipalsInMyTenant." />
60026+
<Annotation Term="Org.OData.Core.V1.Description" String="Service principal IDs included in the policy scope or ServicePrincipalsInMyTenant." />
6001160027
</Property>
6001260028
<Property Name="servicePrincipalFilter" Type="graph.conditionalAccessFilter">
6001360029
<Annotation Term="Org.OData.Core.V1.Description" String="Filter that defines the dynamic-servicePrincipal-syntax rule to include/exclude service principals. A filter can use custom security attributes to include/exclude service principals." />
@@ -68282,12 +68298,24 @@
6828268298
</ComplexType>
6828368299
<ComplexType Name="participantJoiningResponse" Abstract="true" />
6828468300
<ComplexType Name="passkeyProfileStructure">
68285-
<Property Name="attestationEnforcement" Type="graph.attestationEnforcement" Nullable="false" />
68286-
<Property Name="id" Type="Edm.String" Nullable="false" />
68287-
<Property Name="isAttestationEnforced" Type="Edm.Boolean" Nullable="false" />
68288-
<Property Name="keyRestrictions" Type="graph.fido2KeyRestrictions" Nullable="false" />
68289-
<Property Name="name" Type="Edm.String" Nullable="false" />
68290-
<Property Name="passkeyTypes" Type="graph.passkeyTypes" Nullable="false" />
68301+
<Property Name="attestationEnforcement" Type="graph.attestationEnforcement" Nullable="false">
68302+
<Annotation Term="Org.OData.Core.V1.Description" String="Determines whether attestation must be enforced for FIDO2 passkey registration. Required. The possible values are: disabled, registrationOnly, unknownFutureValue." />
68303+
</Property>
68304+
<Property Name="id" Type="Edm.String" Nullable="false">
68305+
<Annotation Term="Org.OData.Core.V1.Description" String="The passkey profile identifier. Required." />
68306+
</Property>
68307+
<Property Name="isAttestationEnforced" Type="Edm.Boolean" Nullable="false">
68308+
<Annotation Term="Org.OData.Core.V1.Description" String="Determines whether attestation must be enforced for FIDO2 passkey registration. Required." />
68309+
</Property>
68310+
<Property Name="keyRestrictions" Type="graph.fido2KeyRestrictions" Nullable="false">
68311+
<Annotation Term="Org.OData.Core.V1.Description" String="Controls whether key restrictions are enforced on FIDO2 passkeys, either allowing or disallowing certain key types as defined by Authenticator Attestation GUID (AAGUID), an identifier that indicates the type (for example, make and model) of the authenticator. Required." />
68312+
</Property>
68313+
<Property Name="name" Type="Edm.String" Nullable="false">
68314+
<Annotation Term="Org.OData.Core.V1.Description" String="Name of the passkey profile. Required." />
68315+
</Property>
68316+
<Property Name="passkeyTypes" Type="graph.passkeyTypes" Nullable="false">
68317+
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies which types of passkeys are targeted in this passkey profile. Required. The possible values are: deviceBound, synced, unknownFutureValue." />
68318+
</Property>
6829168319
</ComplexType>
6829268320
<ComplexType Name="passwordCredential">
6829368321
<Property Name="customKeyIdentifier" Type="Edm.Binary">
@@ -100863,7 +100891,7 @@
100863100891
<Annotations Target="microsoft.graph.GraphService/privilegedAccess/azureResources/resources">
100864100892
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
100865100893
<Record>
100866-
<PropertyValue Property="Description" String="List governanceResources" />
100894+
<PropertyValue Property="Description" String="List governanceResources (deprecated)" />
100867100895
<PropertyValue Property="LongDescription" String="Retrieve a collection of governanceResource that the requestor has access to." />
100868100896
</Record>
100869100897
</Annotation>
@@ -100879,7 +100907,7 @@
100879100907
<Annotations Target="microsoft.graph.GraphService/privilegedAccess/azureResources/roleAssignmentRequests">
100880100908
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
100881100909
<Record>
100882-
<PropertyValue Property="Description" String="Create governanceRoleAssignmentRequest" />
100910+
<PropertyValue Property="Description" String="Create governanceRoleAssignmentRequest (deprecated)" />
100883100911
<PropertyValue Property="LongDescription" String="Create a role assignment request to represent the operation you want on a role assignment. The following table lists the operations." />
100884100912
</Record>
100885100913
</Annotation>
@@ -100895,7 +100923,7 @@
100895100923
<Annotations Target="microsoft.graph.GraphService/privilegedAccess/azureResources/roleAssignmentRequests/cancel">
100896100924
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
100897100925
<Record>
100898-
<PropertyValue Property="Description" String="Cancel governanceRoleAssignmentRequest" />
100926+
<PropertyValue Property="Description" String="Cancel governanceRoleAssignmentRequest (deprecated)" />
100899100927
<PropertyValue Property="LongDescription" String="Cancel a governanceRoleAssignmentRequest." />
100900100928
</Record>
100901100929
</Annotation>
@@ -100911,7 +100939,7 @@
100911100939
<Annotations Target="microsoft.graph.GraphService/privilegedAccess/azureResources/roleAssignmentRequests/updateRequest">
100912100940
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
100913100941
<Record>
100914-
<PropertyValue Property="Description" String="Update governanceRoleAssignmentRequests" />
100942+
<PropertyValue Property="Description" String="Update governanceRoleAssignmentRequests (deprecated)" />
100915100943
<PropertyValue Property="LongDescription" String="Enable administrators to update their decisions (AdminApproved or AdminDenied) on governanceRoleAssignmentRequests that are in status of PendingAdminDecision." />
100916100944
</Record>
100917100945
</Annotation>
@@ -100927,11 +100955,11 @@
100927100955
<Annotations Target="microsoft.graph.GraphService/privilegedAccess/azureResources/roleSettings">
100928100956
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
100929100957
<Record>
100930-
<PropertyValue Property="Description" String="Get governanceRoleSetting" />
100958+
<PropertyValue Property="Description" String="Get governanceRoleSetting (deprecated)" />
100931100959
<PropertyValue Property="LongDescription" String="Retrieve the properties and relationships of a governanceRoleSetting." />
100932100960
<PropertyValue Property="ReadByKeyRestrictions">
100933100961
<Record>
100934-
<PropertyValue Property="Description" String="Get governanceRoleSetting" />
100962+
<PropertyValue Property="Description" String="Get governanceRoleSetting (deprecated)" />
100935100963
<PropertyValue Property="LongDescription" String="Retrieve the properties and relationships of a governanceRoleSetting." />
100936100964
</Record>
100937100965
</PropertyValue>
@@ -100951,7 +100979,7 @@
100951100979
</Annotation>
100952100980
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
100953100981
<Record>
100954-
<PropertyValue Property="Description" String="Update governanceRoleSetting" />
100982+
<PropertyValue Property="Description" String="Update governanceRoleSetting (deprecated)" />
100955100983
<PropertyValue Property="LongDescription" String="Update the properties of governanceRoleSetting." />
100956100984
</Record>
100957100985
</Annotation>

0 commit comments

Comments
 (0)