UserAssignedIdentitiesListResult interface

Values returned by the List operation.

Properties

nextLink

The url to get the next page of results, if any.

value

The collection of userAssignedIdentities returned by the listing operation.

Property Details

The url to get the next page of results, if any.

nextLink?: string

Property Value

string

value

The collection of userAssignedIdentities returned by the listing operation.

value?: Identity[]

Property Value