Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionthe OData type of the object as returned by the serviceThe Rules.The X509Certificate Authentication Default Mode. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
rules
@SerializedName(value="rules", alternate="Rules") @Expose @Nullable public List<X509CertificateRule> rulesThe 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 x509CertificateAuthenticationDefaultModeThe 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:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-