Class SigningCertificateUpdateStatus

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

public class SigningCertificateUpdateStatus extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Signing Certificate Update Status.
  • Field Details

    • oDataType

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

      @SerializedName(value="certificateUpdateResult", alternate="CertificateUpdateResult") @Expose @Nullable public String certificateUpdateResult
      The Certificate Update Result. Status of the last certificate update. Read-only. For a list of statuses, see certificateUpdateResult status.
    • lastRunDateTime

      @SerializedName(value="lastRunDateTime", alternate="LastRunDateTime") @Expose @Nullable public OffsetDateTime lastRunDateTime
      The Last Run Date Time. Date and time in ISO 8601 format and in UTC time when the certificate was last updated. Read-only.
  • Constructor Details

    • SigningCertificateUpdateStatus

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