Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.46 KB

File metadata and controls

42 lines (35 loc) · 1.46 KB
title x509CertificateRule resource type
description Defines the strong authentication configuration rules for the X.509 certificate. Rules are configured in addition to the authentication mode.
author vimrang
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 07/22/2024

x509CertificateRule resource type

Namespace: microsoft.graph

Defines the strong authentication configuration rules for the X.509 certificate. Rules are configured in addition to the authentication mode.

Properties

Property Type Description
identifier String The identifier of the X.509 certificate. Required.
x509CertificateAuthenticationMode x509CertificateAuthenticationMode The type of strong authentication mode. The possible values are: x509CertificateSingleFactor, x509CertificateMultiFactor, unknownFutureValue. Required.
x509CertificateRuleType x509CertificateRuleType The type of the X.509 certificate mode configuration rule. The possible values are: issuerSubject, policyOID, unknownFutureValue. Required.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.x509CertificateRule",
  "identifier": "String",
  "x509CertificateRuleType": "String",
  "x509CertificateAuthenticationMode": "String"
}