trustAnchors

@JvmName(name = "listTrustAnchorsResponseTrustAnchorDetail")
fun Flow<ListTrustAnchorsResponse>.trustAnchors(): Flow<TrustAnchorDetail>

This paginator transforms the flow returned by listTrustAnchorsPaginated to access the nested member TrustAnchorDetail

Return

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