x509CertificateCombinationConfiguration resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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"
]
}