| title | authenticationMethodDevice resource type |
|---|---|
| description | Exposes the hardware OATH method in the directory. |
| author | luc-msft |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 12/09/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Exposes the hardware OATH method in the directory.
Inherits from entity.
None.
| Property | Type | Description |
|---|---|---|
| displayName | String | Optional name given to the hardware OATH device. |
| id | String | Unique identifier for the device. Inherited from entity. |
| Relationship | Type | Description |
|---|---|---|
| hardwareOathDevices | hardwareOathTokenAuthenticationMethodDevice collection | Exposes the hardware OATH method in the directory. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.authenticationMethodDevice",
"id": "String (identifier)",
"displayName": "String"
}