Package org.azd.security.identities
Class IdentitiesRequestBuilder.QueryParameters
java.lang.Object
org.azd.security.identities.IdentitiesRequestBuilder.QueryParameters
- Enclosing class:
IdentitiesRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionString[]
A comma separated list of identity descriptors to resolveThe search value, as specified by the searchFilter.String[]
A comma separated list of storage keys to resolveThe membership information to include with the identities.The type of search to perform.String[]
A comma separated list of subject descriptors to resolve -
Constructor Summary
-
Method Summary
-
Field Details
-
descriptors
A comma separated list of identity descriptors to resolve -
filterValue
The search value, as specified by the searchFilter. -
identityIds
A comma separated list of storage keys to resolve -
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
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
A comma separated list of subject descriptors to resolve
-
-
Constructor Details
-
QueryParameters
public QueryParameters()
-