Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.96 KB

File metadata and controls

44 lines (36 loc) · 1.96 KB
title x509CertificateAuthenticationModeConfiguration resource type
description Defines the strong authentication configurations for the X.509 certificate.
author vimrang
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 03/06/2024

x509CertificateAuthenticationModeConfiguration resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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.
x509CertificateDefaultRequiredAffinityLevel x509CertificateAffinityLevel Determines the default value for the tenant affinity binding level. The possible values are: low, high, 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",
  "x509CertificateDefaultRequiredAffinityLevel": "String"
}