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 Details

    • oDataType

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

      @SerializedName(value="identifier", alternate="Identifier") @Expose @Nullable public String identifier
      The Identifier. The identifier of the X.509 certificate. Required.
    • x509CertificateAuthenticationMode

      @SerializedName(value="x509CertificateAuthenticationMode", alternate="X509CertificateAuthenticationMode") @Expose @Nullable public X509CertificateAuthenticationMode x509CertificateAuthenticationMode
      The 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 x509CertificateRuleType
      The 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:
      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