| title | fido2KeyRestrictions resource type |
|---|---|
| description | Represents the key restrictions that are enforced as part of the FIDO2 security keys authentication methods policy. |
| author | calvinlui |
| ms.reviewer | intelligentaccesspm |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the key restrictions that are enforced as part of the FIDO2 security keys authentication methods policy.
| Property | Type | Description |
|---|---|---|
| aaGuids | String collection | A collection of Authenticator Attestation GUIDs. AADGUIDs define key types and manufacturers. |
| enforcementType | fido2RestrictionEnforcementType | Enforcement type. The possible values are: allow, block. |
| isEnforced | Boolean | Determines if the configured key enforcement is enabled. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.fido2KeyRestrictions",
"isEnforced": "Boolean",
"enforcementType": "String",
"aaGuids": [
"String"
]
}