UserAssignedIdentitiesListResult interface
Values returned by the List operation.
Properties
next |
The url to get the next page of results, if any. |
value | The collection of userAssignedIdentities returned by the listing operation. |
Property Details
nextLink
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
Identity[]