Class GroupsRequestBuilder.ListQueryParameters

java.lang.Object
org.azd.graph.groups.GroupsRequestBuilder.ListQueryParameters
Enclosing class:
GroupsRequestBuilder

public static class GroupsRequestBuilder.ListQueryParameters extends Object
Represents the query parameters.
  • Field Details

    • continuationToken

      public String continuationToken
      An opaque data blob that allows the next page of data to resume immediately after where the previous page ended. The only reliable way to know if there is more data left is the presence of a continuation token.
    • scopeDescriptor

      public String scopeDescriptor
      Specify a non-default scope (collection, project) to search for groups.
    • subjectTypes

      public String[] subjectTypes
      A comma separated list of user subject subtypes to reduce the retrieved results, e.g. Microsoft.IdentityModel.Claims.ClaimsIdentity
  • Constructor Details

    • ListQueryParameters

      public ListQueryParameters()