Class Pkcs12Certificate

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class Pkcs12Certificate extends ApiAuthenticationConfigurationBase implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Pkcs12Certificate.
  • Field Details

    • password

      @SerializedName(value="password", alternate="Password") @Expose @Nullable public String password
      The Password. The password for the pfx file. Required. If no password is used, you must still provide a value of ''.
    • pkcs12Value

      @SerializedName(value="pkcs12Value", alternate="Pkcs12Value") @Expose @Nullable public String pkcs12Value
      The Pkcs12Value. Represents the pfx content that is sent. The value should be a base-64 encoded version of the actual certificate content. Required.
  • Constructor Details

    • Pkcs12Certificate

      public Pkcs12Certificate()
  • 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class ApiAuthenticationConfigurationBase
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to