Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Authentication Mode Configuration.The Certificate User Bindings.The Include Targets.Fields inherited from class com.microsoft.graph.models.AuthenticationMethodConfiguration
excludeTargets, state -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
authenticationModeConfiguration
@SerializedName(value="authenticationModeConfiguration", alternate="AuthenticationModeConfiguration") @Expose @Nullable public X509CertificateAuthenticationModeConfiguration authenticationModeConfigurationThe 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> certificateUserBindingsThe 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 includeTargetsThe Include Targets. A collection of groups that 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classAuthenticationMethodConfiguration- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-