Skip to content

Latest commit

 

History

History
61 lines (51 loc) · 2.12 KB

File metadata and controls

61 lines (51 loc) · 2.12 KB
title x509CertificateCombinationConfiguration resource type
description Configuration to require a specific certificate in an authentication strength policy.
author InbarckMS
ms.reviewer conditionalaccesspm
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice entra-sign-in
ms.date 07/22/2024

x509CertificateCombinationConfiguration resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Configuration to require specific certificate properties. You can use this entity to specify the certificate issuer or policy OID that are allowed, as part of certificate-based authentication, in an authentication strength policy.

Inherits from authenticationCombinationConfiguration.

Methods

None.

Properties

Property Type Description
allowedIssuerSkis String collection A list of allowed subject key identifier values.
allowedPolicyOIDs String collection A list of allowed policy OIDs.
appliesToCombinations authenticationMethodModes collection Which authentication method combinations this configuration applies to. The possible values for x509certificatecombinationconfiguration are "x509CertificateSingleFactor" or "x509CertificateMultiFactor". Inherited from authenticationCombinationConfiguration.
id String A system-generated identifier. Inherited from entity.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.x509CertificateCombinationConfiguration",
  "id": "String (identifier)",
  "appliesToCombinations": [
    "String"
  ],
  "allowedIssuerSkis": [
    "String"
  ],
  "allowedPolicyOIDs": [
    "String"
  ]
}