Class AccessReviewInactiveUsersQueryScope

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

public class AccessReviewInactiveUsersQueryScope extends AccessReviewQueryScope implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Access Review Inactive Users Query Scope.
  • Field Details

    • inactiveDuration

      @SerializedName(value="inactiveDuration", alternate="InactiveDuration") @Expose @Nullable public Duration inactiveDuration
      The Inactive Duration. Defines the duration of inactivity. Inactivity is based on the last sign in date of the user compared to the access review instance's start date. If this property is not specified, it's assigned the default value PT0S.
  • Constructor Details

    • AccessReviewInactiveUsersQueryScope

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