Class IdentitiesRequestBuilder.QueryParameters

java.lang.Object
org.azd.security.identities.IdentitiesRequestBuilder.QueryParameters
Enclosing class:
IdentitiesRequestBuilder

public static class IdentitiesRequestBuilder.QueryParameters extends Object
Represents the query parameters.
  • Field Details

    • descriptors

      public String[] descriptors
      A comma separated list of identity descriptors to resolve
    • filterValue

      public String filterValue
      The search value, as specified by the searchFilter.
    • identityIds

      public String[] identityIds
      A comma separated list of storage keys to resolve
    • queryMembership

      public QueryMembership queryMembership
      The membership information to include with the identities. Values can be None for no membership data or Direct to include the groups that the identity is a member of and the identities that are a member of this identity (groups only)
    • searchFilter

      public String searchFilter
      The type of search to perform. Values can be AccountName (domain\alias), DisplayName, MailAddress, General (display name, account name, or unique name), or LocalGroupName (only search Azure Devops groups).
    • subjectDescriptors

      public String[] subjectDescriptors
      A comma separated list of subject descriptors to resolve
  • Constructor Details

    • QueryParameters

      public QueryParameters()