Class X509CertificateAuthenticationModeConfiguration

java.lang.Object
com.microsoft.graph.models.X509CertificateAuthenticationModeConfiguration
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class X509CertificateAuthenticationModeConfiguration extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the X509Certificate Authentication Mode Configuration.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • rules

      @SerializedName(value="rules", alternate="Rules") @Expose @Nullable public List<X509CertificateRule> rules
      The Rules. 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

      @SerializedName(value="x509CertificateAuthenticationDefaultMode", alternate="X509CertificateAuthenticationDefaultMode") @Expose @Nullable public X509CertificateAuthenticationMode x509CertificateAuthenticationDefaultMode
      The X509Certificate Authentication Default Mode. The type of strong authentication mode. The possible values are: x509CertificateSingleFactor, x509CertificateMultiFactor, unknownFutureValue.
  • Constructor Details

    • X509CertificateAuthenticationModeConfiguration

      public X509CertificateAuthenticationModeConfiguration()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to