Skip to content

Latest commit

 

History

History
64 lines (54 loc) · 3.03 KB

File metadata and controls

64 lines (54 loc) · 3.03 KB
title hardwareOathAuthenticationMethodConfiguration resource type
description Represents a Hardware OATH authentication methods policy.
author luc-msft
ms.reviewer intelligentaccesspm
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType
toc.title Hardware OATH
ms.date 10/01/2024

hardwareOathAuthenticationMethodConfiguration resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a Hardware OATH authentication method policy. Authentication method policies define configuration settings and users or groups that are enabled to use the authentication method.

Inherits from authenticationMethodConfiguration.

Methods

Method Return type Description
Get hardwareOathAuthenticationMethodConfiguration Read the properties and relationships of a hardwareOathAuthenticationMethodConfiguration object.
Update hardwareOathAuthenticationMethodConfiguration Update the properties of a hardwareOathAuthenticationMethodConfiguration object.
Delete None Reverts the hardwareOathAuthenticationMethodConfiguration object to its default configuration.

Properties

Property Type Description
excludeTargets excludeTarget collection Groups of users that are excluded from the policy. Inherited from authenticationMethodConfiguration.
id String The authentication method policy identifier. Inherited from entity.
state authenticationMethodState The possible values are: enabled, disabled. Inherited from authenticationMethodConfiguration.

Relationships

Relationship Type Description
includeTargets authenticationMethodTarget collection A collection of groups that are enabled to use the authentication method. Expanded by default.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.hardwareOathAuthenticationMethodConfiguration",
  "id": "String (identifier)",
  "state": "String",
  "excludeTargets": [
    {
      "@odata.type": "microsoft.graph.excludeTarget"
    }
  ]
}