Class ConditionalAccessGuestsOrExternalUsers

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

public class ConditionalAccessGuestsOrExternalUsers extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Conditional Access Guests Or External Users.
  • Field Details

    • oDataType

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

      @SerializedName(value="externalTenants", alternate="ExternalTenants") @Expose @Nullable public ConditionalAccessExternalTenants externalTenants
      The External Tenants. The tenant IDs of the selected types of external users. Either all B2B tenant or a collection of tenant IDs. External tenants can be specified only when the property guestOrExternalUserTypes is not null or an empty String.
    • guestOrExternalUserTypes

      @SerializedName(value="guestOrExternalUserTypes", alternate="GuestOrExternalUserTypes") @Expose @Nullable public EnumSet<ConditionalAccessGuestOrExternalUserTypes> guestOrExternalUserTypes
      The Guest Or External User Types. Indicates internal guests or external user types. This is a multi-valued property. Possible values are: none, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, unknownFutureValue.
  • Constructor Details

    • ConditionalAccessGuestsOrExternalUsers

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