permissions

@JvmName(name = "listPermissionsResponsePermissionEntry")
fun Flow<ListPermissionsResponse>.permissions(): Flow<PermissionEntry>

This paginator transforms the flow returned by listPermissionsPaginated to access the nested member PermissionEntry

Return

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