Skip to content

Latest commit

 

History

History
63 lines (53 loc) · 2.84 KB

File metadata and controls

63 lines (53 loc) · 2.84 KB
title softwareOathAuthenticationMethodConfiguration resource type
description Represents the authentication policy for a third-party software OATH authentication method.
author jpettere
ms.reviewer intelligentaccesspm
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType
toc.title Software OATH
ms.date 07/22/2024

softwareOathAuthenticationMethodConfiguration resource type

Namespace: microsoft.graph

Represents the authentication policy for a third-party software OATH authentication method. Authentication methods 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 softwareOathAuthenticationMethodConfiguration Read the properties and relationships of a softwareOathAuthenticationMethodConfiguration object.
Update None Update the properties of a softwareOathAuthenticationMethodConfiguration object.
Delete None Reverts the softwareOathAuthenticationMethodConfiguration object to its default configuration.

Properties

Property Type Description
excludeTargets excludeTarget collection Groups of users that are excluded from the policy.
id String The authentication method policy identifier.
state authenticationMethodState Represents whether users can register this authentication method. The possible values are: enabled, disabled.

Relationships

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

The following JSON representation shows the resource type. The following is a JSON representation of the resource.

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