Class X509CertificateAuthenticationMethodConfiguration

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.AuthenticationMethodConfiguration
com.microsoft.graph.models.X509CertificateAuthenticationMethodConfiguration
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class X509CertificateAuthenticationMethodConfiguration extends AuthenticationMethodConfiguration implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the X509Certificate Authentication Method Configuration.
  • Field Details

    • authenticationModeConfiguration

      @SerializedName(value="authenticationModeConfiguration", alternate="AuthenticationModeConfiguration") @Expose @Nullable public X509CertificateAuthenticationModeConfiguration authenticationModeConfiguration
      The Authentication Mode Configuration. Defines strong authentication configurations. This configuration includes the default authentication mode and the different rules for strong authentication bindings.
    • certificateUserBindings

      @SerializedName(value="certificateUserBindings", alternate="CertificateUserBindings") @Expose @Nullable public List<X509CertificateUserBinding> certificateUserBindings
      The Certificate User Bindings. Defines fields in the X.509 certificate that map to attributes of the Azure AD user object in order to bind the certificate to the user. The priority of the object determines the order in which the binding is carried out. The first binding that matches will be used and the rest ignored.
    • includeTargets

      @SerializedName(value="includeTargets", alternate="IncludeTargets") @Expose @Nullable public AuthenticationMethodTargetCollectionPage includeTargets
      The Include Targets. A collection of users or groups who are enabled to use the authentication method.
  • Constructor Details

    • X509CertificateAuthenticationMethodConfiguration

      public X509CertificateAuthenticationMethodConfiguration()
  • Method Details

    • 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
      Overrides:
      setRawObject in class AuthenticationMethodConfiguration
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to