Class HostSslCertificate

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

public class HostSslCertificate extends Artifact implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Host Ssl Certificate.
  • Field Details

    • firstSeenDateTime

      @SerializedName(value="firstSeenDateTime", alternate="FirstSeenDateTime") @Expose @Nullable public OffsetDateTime firstSeenDateTime
      The First Seen Date Time. The first date and time when this hostSslCertificate was observed. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
    • lastSeenDateTime

      @SerializedName(value="lastSeenDateTime", alternate="LastSeenDateTime") @Expose @Nullable public OffsetDateTime lastSeenDateTime
      The Last Seen Date Time. The most recent date and time when this hostSslCertificate was observed. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
    • ports

      @SerializedName(value="ports", alternate="Ports") @Expose @Nullable public List<HostSslCertificatePort> ports
      The Ports. The ports related with this hostSslCertificate.
    • host

      @SerializedName(value="host", alternate="Host") @Expose @Nullable public Host host
      The Host. The host for this hostSslCertificate.
    • sslCertificate

      @SerializedName(value="sslCertificate", alternate="SslCertificate") @Expose @Nullable public SslCertificate sslCertificate
      The Ssl Certificate. The sslCertificate for this hostSslCertificate.
  • Constructor Details

    • HostSslCertificate

      public HostSslCertificate()
  • 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 Artifact
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to