Class SamlOrWsFedExternalDomainFederation

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

public class SamlOrWsFedExternalDomainFederation extends SamlOrWsFedProvider implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Saml Or Ws Fed External Domain Federation.
  • Field Details

    • domains

      @SerializedName(value="domains", alternate="Domains") @Expose @Nullable public ExternalDomainNameCollectionPage domains
      The Domains. Collection of domain names of the external organizations that the tenant is federating with. Supports $filter (eq).
  • Constructor Details

    • SamlOrWsFedExternalDomainFederation

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