| 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 |
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.
None.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.x509CertificateCombinationConfiguration",
"id": "String (identifier)",
"appliesToCombinations": [
"String"
],
"allowedIssuerSkis": [
"String"
],
"allowedPolicyOIDs": [
"String"
]
}