Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.77 KB

File metadata and controls

44 lines (37 loc) · 1.77 KB
title x509CertificateAuthenticationModeConfiguration resource type
description Defines the strong authentication configurations for the X.509 certificate. This configuration includes the default authentication mode and the different rules of strong authentication bindings.
author vimrang
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 07/22/2024

x509CertificateAuthenticationModeConfiguration resource type

Namespace: microsoft.graph

Defines the strong authentication configurations for the X.509 certificate. This configuration includes the default authentication mode and the different rules of strong authentication bindings.

Properties

Property Type Description
rules x509CertificateRule collection Rules are configured in addition to the authentication mode to bind a specific x509CertificateRuleType to an x509CertificateAuthenticationMode. For example, bind the policyOID with identifier 1.32.132.343 to x509CertificateMultiFactor authentication mode.
x509CertificateAuthenticationDefaultMode x509CertificateAuthenticationMode The type of strong authentication mode. The possible values are: x509CertificateSingleFactor, x509CertificateMultiFactor, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.x509CertificateAuthenticationModeConfiguration",
  "rules": [
    {
      "@odata.type": "microsoft.graph.x509CertificateRule"
    }
  ],
  "x509CertificateAuthenticationDefaultMode": "String",
}