Class AccessReviewQueryScope

java.lang.Object
com.microsoft.graph.models.AccessReviewScope
com.microsoft.graph.models.AccessReviewQueryScope
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
AccessReviewInactiveUsersQueryScope

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

    • query

      @SerializedName(value="query", alternate="Query") @Expose @Nullable public String query
      The Query. The query representing what will be reviewed in an access review.
    • queryRoot

      @SerializedName(value="queryRoot", alternate="QueryRoot") @Expose @Nullable public String queryRoot
      The Query Root. In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query is specified. For example, ./manager.
    • queryType

      @SerializedName(value="queryType", alternate="QueryType") @Expose @Nullable public String queryType
      The Query Type. Indicates the type of query. Types include MicrosoftGraph and ARM.
  • Constructor Details

    • AccessReviewQueryScope

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