findings

@JvmName(name = "getFindingsResponseAwsSecurityFinding")
fun Flow<GetFindingsResponse>.findings(): Flow<AwsSecurityFinding>

This paginator transforms the flow returned by getFindingsPaginated to access the nested member AwsSecurityFinding

Return

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


@JvmName(name = "getFindingsV2ResponseOcsfFinding")
fun Flow<GetFindingsV2Response>.findings(): Flow<Document?>

This paginator transforms the flow returned by getFindingsV2Paginated to access the nested member OcsfFinding

Return

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