permissions

@JvmName(name = "listPermissionsResponsePermission")
fun Flow<ListPermissionsResponse>.permissions(): Flow<Permission>

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

Return

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