UserIdentities interface

Interface representing a UserIdentities.

Methods

list(string, string, string, UserIdentitiesListOptionalParams)

List of all user identities.

Method Details

list(string, string, string, UserIdentitiesListOptionalParams)

List of all user identities.

function list(resourceGroupName: string, serviceName: string, userId: string, options?: UserIdentitiesListOptionalParams): PagedAsyncIterableIterator<UserIdentityContract, UserIdentityContract[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serviceName

string

The name of the API Management service.

userId

string

User identifier. Must be unique in the current API Management service instance.

options
UserIdentitiesListOptionalParams

The options parameters.

Returns