Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe External Tenants.The Guest Or External User Types.the OData type of the object as returned by the service -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
externalTenants
@SerializedName(value="externalTenants", alternate="ExternalTenants") @Expose @Nullable public ConditionalAccessExternalTenants externalTenantsThe 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> guestOrExternalUserTypesThe 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:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-