x509CertificateCombinationConfiguration resource type
Namespace: microsoft.graph
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"
]
}