UserAssignedIdentitiesListResult Class

Values returned by the List operation.

Inheritance
UserAssignedIdentitiesListResult

Constructor

UserAssignedIdentitiesListResult(*, value: Optional[List[azure.mgmt.msi.models._models_py3.Identity]] = None, next_link: Optional[str] = None, **kwargs)

Variables

value
list[Identity]

The collection of userAssignedIdentities returned by the listing operation.

next_link
str

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