Class SelfSignedCertificate

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

public class SelfSignedCertificate extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Self Signed Certificate.
  • Field Details

    • oDataType

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

      @SerializedName(value="customKeyIdentifier", alternate="CustomKeyIdentifier") @Expose @Nullable public byte[] customKeyIdentifier
      The Custom Key Identifier.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name.
    • endDateTime

      @SerializedName(value="endDateTime", alternate="EndDateTime") @Expose @Nullable public OffsetDateTime endDateTime
      The End Date Time.
    • key

      @SerializedName(value="key", alternate="Key") @Expose @Nullable public byte[] key
      The Key.
    • keyId

      @SerializedName(value="keyId", alternate="KeyId") @Expose @Nullable public UUID keyId
      The Key Id.
    • startDateTime

      @SerializedName(value="startDateTime", alternate="StartDateTime") @Expose @Nullable public OffsetDateTime startDateTime
      The Start Date Time.
    • thumbprint

      @SerializedName(value="thumbprint", alternate="Thumbprint") @Expose @Nullable public String thumbprint
      The Thumbprint.
    • type

      @SerializedName(value="type", alternate="Type") @Expose @Nullable public String type
      The Type.
    • usage

      @SerializedName(value="usage", alternate="Usage") @Expose @Nullable public String usage
      The Usage.
  • Constructor Details

    • SelfSignedCertificate

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