Class SslCertificateEntity

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

public class SslCertificateEntity extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Ssl Certificate Entity.
  • Field Details

    • oDataType

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

      @SerializedName(value="address", alternate="Address") @Expose @Nullable public PhysicalAddress address
      The Address. A physical address of the entity.
    • alternateNames

      @SerializedName(value="alternateNames", alternate="AlternateNames") @Expose @Nullable public List<String> alternateNames
      The Alternate Names. Alternate names for this entity that are part of the certificate.
    • commonName

      @SerializedName(value="commonName", alternate="CommonName") @Expose @Nullable public String commonName
      The Common Name. A common name for this entity.
    • email

      @SerializedName(value="email", alternate="Email") @Expose @Nullable public String email
      The Email. An email for this entity.
    • givenName

      @SerializedName(value="givenName", alternate="GivenName") @Expose @Nullable public String givenName
      The Given Name. If the entity is a person, this is the person's given name (first name).
    • organizationName

      @SerializedName(value="organizationName", alternate="OrganizationName") @Expose @Nullable public String organizationName
      The Organization Name. If the entity is an organization, this is the name of the organization.
    • organizationUnitName

      @SerializedName(value="organizationUnitName", alternate="OrganizationUnitName") @Expose @Nullable public String organizationUnitName
      The Organization Unit Name. If the entity is an organization, this communicates if a unit in the organization is named on the entity.
    • serialNumber

      @SerializedName(value="serialNumber", alternate="SerialNumber") @Expose @Nullable public String serialNumber
      The Serial Number. A serial number assigned to the entity; usually only available if the entity is the issuer.
    • surname

      @SerializedName(value="surname", alternate="Surname") @Expose @Nullable public String surname
      The Surname. If the entity is a person, this is the person's surname (last name).
  • Constructor Details

    • SslCertificateEntity

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