Class X509CertificateUserBinding

java.lang.Object
com.microsoft.graph.models.X509CertificateUserBinding
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class X509CertificateUserBinding extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the X509Certificate User Binding.
  • Field Details

    • oDataType

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

      @SerializedName(value="priority", alternate="Priority") @Expose @Nullable public Integer priority
      The Priority. The priority of the binding. Azure AD uses the binding with the highest priority. This value must be a non-negative integer and unique in the collection of objects in the certificateUserBindings property of an x509CertificateAuthenticationMethodConfiguration object. Required
    • userProperty

      @SerializedName(value="userProperty", alternate="UserProperty") @Expose @Nullable public String userProperty
      The User Property. Defines the Azure AD user property of the user object to use for the binding. The possible values are: userPrincipalName, onPremisesUserPrincipalName, certificateUserIds. Required.
    • x509CertificateField

      @SerializedName(value="x509CertificateField", alternate="X509CertificateField") @Expose @Nullable public String x509CertificateField
      The X509Certificate Field. The field on the X.509 certificate to use for the binding. The possible values are: PrincipalName, RFC822Name, SubjectKeyIdentifier, SHA1PublicKey.
  • Constructor Details

    • X509CertificateUserBinding

      public X509CertificateUserBinding()
  • 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