Package com.microsoft.graph.models
Class ConditionalAccessUsers
java.lang.Object
com.microsoft.graph.models.ConditionalAccessUsers
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ConditionalAccessUsers
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Conditional Access Users.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Exclude Groups.The Exclude Roles.The Exclude Users.The Include Groups.The Include Roles.The Include Users.the OData type of the object as returned by the service -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManager
void
setRawObject
(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 -
excludeGroups
@SerializedName(value="excludeGroups", alternate="ExcludeGroups") @Expose @Nullable public List<String> excludeGroupsThe Exclude Groups. Group IDs excluded from scope of policy. -
excludeRoles
@SerializedName(value="excludeRoles", alternate="ExcludeRoles") @Expose @Nullable public List<String> excludeRolesThe Exclude Roles. Role IDs excluded from scope of policy. -
excludeUsers
@SerializedName(value="excludeUsers", alternate="ExcludeUsers") @Expose @Nullable public List<String> excludeUsersThe Exclude Users. User IDs excluded from scope of policy and/or GuestsOrExternalUsers. -
includeGroups
@SerializedName(value="includeGroups", alternate="IncludeGroups") @Expose @Nullable public List<String> includeGroupsThe Include Groups. Group IDs in scope of policy unless explicitly excluded, or All. -
includeRoles
@SerializedName(value="includeRoles", alternate="IncludeRoles") @Expose @Nullable public List<String> includeRolesThe Include Roles. Role IDs in scope of policy unless explicitly excluded, or All. -
includeUsers
@SerializedName(value="includeUsers", alternate="IncludeUsers") @Expose @Nullable public List<String> includeUsersThe Include Users. User IDs in scope of policy unless explicitly excluded, or None or All or GuestsOrExternalUsers.
-
-
Constructor Details
-
ConditionalAccessUsers
public ConditionalAccessUsers()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManager
in 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:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-