Package com.microsoft.graph.models
Class X509CertificateRule
java.lang.Object
com.microsoft.graph.models.X509CertificateRule
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class X509CertificateRule
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the X509Certificate Rule.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Identifier.the OData type of the object as returned by the serviceThe X509Certificate Authentication Mode.The X509Certificate Rule Type. -
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 -
identifier
@SerializedName(value="identifier", alternate="Identifier") @Expose @Nullable public String identifierThe Identifier. The identifier of the X.509 certificate. Required. -
x509CertificateAuthenticationMode
@SerializedName(value="x509CertificateAuthenticationMode", alternate="X509CertificateAuthenticationMode") @Expose @Nullable public X509CertificateAuthenticationMode x509CertificateAuthenticationModeThe X509Certificate Authentication Mode. The type of strong authentication mode. The possible values are: x509CertificateSingleFactor, x509CertificateMultiFactor, unknownFutureValue. Required. -
x509CertificateRuleType
@SerializedName(value="x509CertificateRuleType", alternate="X509CertificateRuleType") @Expose @Nullable public X509CertificateRuleType x509CertificateRuleTypeThe X509Certificate Rule Type. The type of the X.509 certificate mode configuration rule. The possible values are: issuerSubject, policyOID, unknownFutureValue. Required.
-
-
Constructor Details
-
X509CertificateRule
public X509CertificateRule()
-
-
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
-