Class CertificateBasedAuthConfiguration

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

public class CertificateBasedAuthConfiguration extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Certificate Based Auth Configuration.
  • Field Details

    • certificateAuthorities

      @SerializedName(value="certificateAuthorities", alternate="CertificateAuthorities") @Expose @Nullable public List<CertificateAuthority> certificateAuthorities
      The Certificate Authorities. Collection of certificate authorities which creates a trusted certificate chain.
  • Constructor Details

    • CertificateBasedAuthConfiguration

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