Package com.microsoft.graph.models
Class AccessReviewInactiveUsersQueryScope
java.lang.Object
com.microsoft.graph.models.AccessReviewScope
com.microsoft.graph.models.AccessReviewQueryScope
com.microsoft.graph.models.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 Summary
FieldsFields inherited from class com.microsoft.graph.models.AccessReviewQueryScope
query, queryRoot, queryTypeFields inherited from class com.microsoft.graph.models.AccessReviewScope
oDataType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.AccessReviewScope
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
inactiveDuration
@SerializedName(value="inactiveDuration", alternate="InactiveDuration") @Expose @Nullable public Duration inactiveDurationThe 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classAccessReviewQueryScope- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-