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 Details

    • oDataType

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

      @SerializedName(value="excludeGroups", alternate="ExcludeGroups") @Expose @Nullable public List<String> excludeGroups
      The Exclude Groups. Group IDs excluded from scope of policy.
    • excludeRoles

      @SerializedName(value="excludeRoles", alternate="ExcludeRoles") @Expose @Nullable public List<String> excludeRoles
      The Exclude Roles. Role IDs excluded from scope of policy.
    • excludeUsers

      @SerializedName(value="excludeUsers", alternate="ExcludeUsers") @Expose @Nullable public List<String> excludeUsers
      The Exclude Users. User IDs excluded from scope of policy and/or GuestsOrExternalUsers.
    • includeGroups

      @SerializedName(value="includeGroups", alternate="IncludeGroups") @Expose @Nullable public List<String> includeGroups
      The Include Groups. Group IDs in scope of policy unless explicitly excluded, or All.
    • includeRoles

      @SerializedName(value="includeRoles", alternate="IncludeRoles") @Expose @Nullable public List<String> includeRoles
      The Include Roles. Role IDs in scope of policy unless explicitly excluded, or All.
    • includeUsers

      @SerializedName(value="includeUsers", alternate="IncludeUsers") @Expose @Nullable public List<String> includeUsers
      The 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 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