fido2KeyRestrictions resource type
Namespace: microsoft.graph
Represents the key restrictions that are enforced as part of the FIDO2 security keys authentication methods policy.
Properties
Property | Type | Description |
---|---|---|
aaGuids | String collection | A collection of Authenticator Attestation GUIDs. AADGUIDs define key types and manufacturers. |
enforcementType | fido2RestrictionEnforcementType | Enforcement type. Possible values are: allow , block . |
isEnforced | Boolean | Determines if the configured key enforcement is enabled. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.fido2KeyRestrictions",
"aaGuids": [
"String"
],
"enforcementType": "String",
"isEnforced": "Boolean"
}