Package org.azd.graph.serviceprincipals
Class ServicePrincipalsRequestBuilder.ListQueryParameters
java.lang.Object
org.azd.graph.serviceprincipals.ServicePrincipalsRequestBuilder.ListQueryParameters
- Enclosing class:
ServicePrincipalsRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionAn opaque data blob that allows the next page of data to resume immediately after where the previous page ended.Specify a non-default scope (collection, project) to search for service principals. -
Constructor Summary
-
Method Summary
-
Field Details
-
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
Specify a non-default scope (collection, project) to search for service principals.
-
-
Constructor Details
-
ListQueryParameters
public ListQueryParameters()
-