interface PagedGraphServicePrincipals {
    continuationToken?: string[];
    graphServicePrincipals?: GraphServicePrincipal[];
}

Properties

continuationToken?: string[]

This will be non-null if there is another page of data. There will never be more than one continuation token returned by a request.

graphServicePrincipals?: GraphServicePrincipal[]

The enumerable list of service principals found within a page.