outgoingCertificates

@JvmName(name = "listOutgoingCertificatesResponseOutgoingCertificate")
fun Flow<ListOutgoingCertificatesResponse>.outgoingCertificates(): Flow<OutgoingCertificate>

This paginator transforms the flow returned by listOutgoingCertificatesPaginated to access the nested member OutgoingCertificate

Return

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