Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 1.37 KB

File metadata and controls

52 lines (42 loc) · 1.37 KB
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

authenticationMethodDevice resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Exposes the hardware OATH method in the directory.

Inherits from entity.

Methods

None.

Properties

Property Type Description
displayName String Optional name given to the hardware OATH device.
id String Unique identifier for the device. Inherited from entity.

Relationships

Relationship Type Description
hardwareOathDevices hardwareOathTokenAuthenticationMethodDevice collection Exposes the hardware OATH method in the directory.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.authenticationMethodDevice",
  "id": "String (identifier)",
  "displayName": "String"
}