PagedGraphServicePrincipals interface

Properties

continuationToken

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

The enumerable list of service principals found within a page.

Property Details

continuationToken

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.

continuationToken: string[]

Property Value

string[]

graphServicePrincipals

The enumerable list of service principals found within a page.

graphServicePrincipals: GraphServicePrincipal[]

Property Value