Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 2.12 KB

x509certificaterule.md

File metadata and controls

49 lines (41 loc) · 2.12 KB
title description author ms.localizationpriority ms.subservice doc_type
x509CertificateRule resource type
Defines the strong authentication configuration rules for the X.509 certificate.
vimrang
medium
entra-sign-in
resourcePageType

x509CertificateRule resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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.
issuerSubjectIdentifier String The identifier of the certificate issuer.
policyOidIdentifier String The identifier of the X.509 certificate policyOID.
x509CertificateAuthenticationMode x509CertificateAuthenticationMode The type of strong authentication mode. The possible values are: x509CertificateSingleFactor, x509CertificateMultiFactor, unknownFutureValue. Required.
x509CertificateRequiredAffinityLevel x509CertificateAffinityLevel The possible values are: low, high, unknownFutureValue.
x509CertificateRuleType x509CertificateRuleType The type of the X.509 certificate mode configuration rule. The possible values are: issuerSubject, policyOID, unknownFutureValue, issuerSubjectAndPolicyOID. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: issuerSubjectAndPolicyOID. Required.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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