securityProfiles

@JvmName(name = "listEntitySecurityProfilesResponseSecurityProfileItem")
fun Flow<ListEntitySecurityProfilesResponse>.securityProfiles(): Flow<SecurityProfileItem>

This paginator transforms the flow returned by listEntitySecurityProfilesPaginated to access the nested member SecurityProfileItem

Return

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


@JvmName(name = "searchSecurityProfilesResponseSecurityProfileSearchSummary")
fun Flow<SearchSecurityProfilesResponse>.securityProfiles(): Flow<SecurityProfileSearchSummary>

This paginator transforms the flow returned by searchSecurityProfilesPaginated to access the nested member SecurityProfileSearchSummary

Return

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