identitySources

@JvmName(name = "listIdentitySourcesResponseIdentitySourceItem")
fun Flow<ListIdentitySourcesResponse>.identitySources(): Flow<IdentitySourceItem>

This paginator transforms the flow returned by listIdentitySourcesPaginated to access the nested member IdentitySourceItem

Return

A kotlinx.coroutines.flow.Flow that can collect IdentitySourceItem