Class ServicePrincipalAddTokenSigningCertificateParameterSet

java.lang.Object
com.microsoft.graph.models.ServicePrincipalAddTokenSigningCertificateParameterSet

public class ServicePrincipalAddTokenSigningCertificateParameterSet extends Object
The class for the Service Principal Add Token Signing Certificate Parameter Set.
  • Field Details

    • 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.
  • Constructor Details

    • ServicePrincipalAddTokenSigningCertificateParameterSet

      public ServicePrincipalAddTokenSigningCertificateParameterSet()
      Instiaciates a new ServicePrincipalAddTokenSigningCertificateParameterSet
    • ServicePrincipalAddTokenSigningCertificateParameterSet

      protected ServicePrincipalAddTokenSigningCertificateParameterSet(@Nonnull ServicePrincipalAddTokenSigningCertificateParameterSet.ServicePrincipalAddTokenSigningCertificateParameterSetBuilder builder)
      Instiaciates a new ServicePrincipalAddTokenSigningCertificateParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details