x509CertificateAuthenticationModeConfiguration 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.

Defines the strong authentication configurations for the X.509 certificate. This configuration includes the default authentication mode and the different rules of strong authentication bindings.

Properties

Property Type Description
rules x509CertificateRule collection Rules are configured in addition to the authentication mode to bind a specific x509CertificateRuleType to an x509CertificateAuthenticationMode. For example, bind the policyOID with identifier 1.32.132.343 to x509CertificateMultiFactor authentication mode.
x509CertificateAuthenticationDefaultMode x509CertificateAuthenticationMode The type of strong authentication mode. The possible values are: x509CertificateSingleFactor, x509CertificateMultiFactor, unknownFutureValue.
x509CertificateDefaultRequiredAffinityLevel x509CertificateAffinityLevel Determines the default value for the tenant affinity binding level. The possible values are: low, high, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.x509CertificateAuthenticationModeConfiguration",
  "rules": [{"@odata.type": "microsoft.graph.x509CertificateRule"}],
  "x509CertificateAuthenticationDefaultMode": "String",
  "x509CertificateDefaultRequiredAffinityLevel": "String"
}